https://bugs.openldap.org/show_bug.cgi?id=9767
Issue ID: 9767 Summary: slapo-unique handling of deletion of multi-valued configuration attributes removes wrong value from list Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
If olcUniqueIgnore/olcUniqueAttribute is passed multiple names in a single value that is later removed, the overlay doesn't handle its removal correctly. We should encourage users to provide a single attribute name per value, just like we do in EMIT for those provided in slapd.conf.
https://bugs.openldap.org/show_bug.cgi?id=9767
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- https://git.openldap.org/openldap/openldap/-/merge_requests/465
https://bugs.openldap.org/show_bug.cgi?id=9767
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Assignee|bugs@openldap.org |ondra@mistotebe.net
https://bugs.openldap.org/show_bug.cgi?id=9767
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.5.10
https://bugs.openldap.org/show_bug.cgi?id=9767
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.5.10 |2.7.0 Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 711ebba5 by Ondřej Kuzník at 2022-01-05T19:21:17+00:00 ITS#9767 Enforce single name per olcUniqueIgnore/olcUniqueAttribute value
RE26:
• 2a218dd5 by Ondřej Kuzník at 2022-01-10T20:27:35+00:00 ITS#9767 Warn for unsupported configs
• 929af9c7 by Ondřej Kuzník at 2022-01-12T21:58:54+00:00 ITS#9767 Warn for unsupported configs