https://bugs.openldap.org/show_bug.cgi?id=9897

          Issue ID: 9897
           Summary: ldapcompare return FALSE when dynlist in use
           Product: OpenLDAP
           Version: 2.6.3
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: needs_review
          Severity: normal
          Priority: ---
         Component: overlays
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

The server configuration enable dynlist with:

overlay                 dynlist
dynlist-attrset         groupOfURLs memberURL member                            


Entry is:

dn: cn=Admins,ou=Services,ou=Members,dc=zog,dc=com
member: uid=foo,ou=People,dc=zog,dc=com
cn: Admins
objectClass: groupOfNames


The ldap compare will return false, was expected true
ldapcompare -x cn=Admins,ou=Services,ou=Members,dc=zog,dc=com
member:uid=foo,ou=People,dc=zog,dc=com

Now if I comment the dynlist-attrset directive, I will get TRUE for the same
ldapcompare request

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to