Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits: d54aab2d by Howard Chu at 2024-03-13T15:55:57+00:00 ITS#10185 autogroup: must populate dyngroup members on Add
The dynamic members should be populated up front, before passing the Add op to the backend. The original code did both group and member processing up front; the ITS#6970 patch moved both to the response callback. Only the member processing should have been moved.
- - - - - 95e7a7be by Howard Chu at 2024-03-13T15:55:57+00:00 ITS#10185 autogroup: don't process deletes until after op succeeds
- - - - - 2e238855 by Howard Chu at 2024-03-13T15:55:57+00:00 ITS#10185 autogroup: use dnIsSuffixScope to check DN membership
Also break out of some loops after getting a matching result
- - - - - bf24be37 by Howard Chu at 2024-03-13T15:55:57+00:00 ITS#10185 autogroup: plug memleak when deleting a group
- - - - -
1 changed file:
- contrib/slapd-modules/autogroup/autogroup.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7015ad656875a0aca9ecad9...