https://bugs.openldap.org/show_bug.cgi?id=10064
Issue ID: 10064 Summary: Add modrdn support for Cft_Misc entries Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: ondra@mistotebe.net Target Milestone: ---
Currently in cn=config, there is some special handling to maintain overlays/dbs entries to allow list-like management. All module defined entries are marked Cft_Misc and this behaviour is not available there.
It boils down to allowing the module to screen rename/renumber requests and having bconfig defer to that callback if it's defined.
Use-case: policy selection rules in ITS#9343 would benefit from being managed this way rather than having to reparse a long line every time a rule is adjusted.
https://bugs.openldap.org/show_bug.cgi?id=10064
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |2.7.0
https://bugs.openldap.org/show_bug.cgi?id=10064
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |TEST
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- • f635f9e6 by Ondřej Kuzník at 2023-06-06T11:46:17+01:00 ITS#10064 Allow renaming of Cft_Misc entries
• bdbba074 by Ondřej Kuzník at 2023-06-06T11:46:17+01:00 ITS#10013 Fix slapo-ppolicy control handling
• 34470dd8 by Ondřej Kuzník at 2023-06-06T11:46:17+01:00 ITS#9343 Check for objectclasss when retrieving policy
• 7aaee92f by Ondřej Kuzník at 2023-06-06T11:46:17+01:00 ITS#9343 More policy selection criteria
• 2414e4a9 by Ondřej Kuzník at 2023-06-13T10:10:21+01:00 ITS#9343 Adapt documentation to explain new behaviour