0 Replies Latest reply on Aug 28, 2008 7:13 PM by viniciuscarvalho.viniciusccarvalho.gmail.com

    ldapIdentityStore problems

    viniciuscarvalho.viniciusccarvalho.gmail.com

      Hello there! I'm trying the new ldapIdentityStore, and I don't know if I found a bug or not (since I lack expertise with LDAP)


      Well, I'm using Apache DS, and I have user-object-classes=person,uidObject. Well it is working fine when I'm adding new users. But for querying, it creates a query in this format:


      (objectClass=person)(objectClass=uidObject), well this filter is not valid. Using the Studio and after a few google searches ;) I've found that a valid one would be (&(objectClass=person)(objectClass=uidObject))


      Well, either way that query is not good for listing all users on my ou=users,dc=example,dc=com tree. only the person part of the query would be enouogh.


      Before opening a JIRA for this, I just would be sure that I'm not wrong on my assumptions.


      Regards