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: bugs@openldap.org Reporter: sdalu@sdalu.com 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
https://bugs.openldap.org/show_bug.cgi?id=9897
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org Target Milestone|--- |2.5.14
https://bugs.openldap.org/show_bug.cgi?id=9897
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review |
https://bugs.openldap.org/show_bug.cgi?id=9897
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Howard Chu hyc@openldap.org --- A proposed fix is in https://git.openldap.org/openldap/openldap/-/merge_requests/554 please test, thanks.
https://bugs.openldap.org/show_bug.cgi?id=9897
--- Comment #2 from sdalu@sdalu.com --- Proposed fix is working for me
https://bugs.openldap.org/show_bug.cgi?id=9897
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|IN_PROGRESS |RESOLVED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 3ef90929 by Howard Chu at 2022-08-30T14:34:06+00:00 ITS#9897 fix dynlist to ignore entries with wrong objectclass
RE26:
• 40bbd2e5 by Howard Chu at 2022-08-30T16:07:54+00:00 ITS#9897 fix dynlist to ignore entries with wrong objectclass
RE25:
• 33ef2526 by Howard Chu at 2022-08-30T16:10:29+00:00 ITS#9897 fix dynlist to ignore entries with wrong objectclass
https://bugs.openldap.org/show_bug.cgi?id=9897
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |FIXED Status|RESOLVED |VERIFIED