I am using netscape java ldap (ldapjdk) and I have a question regarding filters.
I have some attributes of type DN. "link", for examplem is such an attribute. When I try to make of search with filter like &(objectclass=person)(link=cn=test1,ou=*) for example, I get empty results (even though there are some entries with this value). I suppose this has to do with that the value of the attribute has a "=" in it in the filter string .I mean, (link=cn=test1,ou=*) Is there a way to overcome this ? regards rami
