Menu

#3 LdapNode value return result iffy.

open
nobody
None
7
2003-03-11
2003-03-11
No

Here's a tricky one:

You've got an LdapNode, and you want to get a value out
of it (say 'mobile'). The node supports it in the schema (say
'inetOrgPerson').

LdapNode will return the value if its there; otherwise it'll
throw an exception. We should probably check the schema
to see if its an allowed attribute first, and return "" if it is,
otherwise present behaviour.

Discussion


Log in to post a comment.