Perhaps a strategy for this would be a different version or option inside DirContextAdaptor that would look up and cache these syntax definitions the first time the attribute is retrieved. At that...
Type: Posts; User: cherrydev; Keyword(s):
Perhaps a strategy for this would be a different version or option inside DirContextAdaptor that would look up and cache these syntax definitions the first time the attribute is retrieved. At that...
Isn't there any portable way to extract the attribute syntax to know if it should be interpreted as a DN? I did some experimenting and found that you can successfully extract the Syntax OID of an...
It appears the reason why this is happening is that DistinguishedName forces all RDN keys to lowercase, while active directory always seems to return keys in uppercase. My multi-valued attribute is...
Well, if you read the javadocs and the comments in DirContextAdaptor you will see that it says: "Otherwise, the attribute is a multi-value attribute, in which case all modifications to the original...
I'm getting the following behavior using Active Directory (Win2k Server):
When I change an existing multi-valued attribute, for example, removing an item or adding an item, when a value already...