Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: 559fdeab by Howard Chu at 2024-03-26T17:02:04+00:00 slapo-autogroup: update Makefile to install manpage
- - - - - 9fd8cd20 by Howard Chu at 2024-03-26T17:02:34+00:00 ITS#10186 overlay response callbacks should ignore op->o_abandon
- - - - - 220b715c by Quanah Gibson-Mount at 2024-03-26T17:04:05+00:00 ITS#10186
- - - - - af36be99 by Howard Chu at 2024-03-26T17:04:26+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.
- - - - - acacc95b by Howard Chu at 2024-03-26T17:04:31+00:00 ITS#10185 autogroup: don't process deletes until after op succeeds
- - - - - 67b6ef8b by Howard Chu at 2024-03-26T17:04:36+00:00 ITS#10185 autogroup: use dnIsSuffixScope to check DN membership
Also break out of some loops after getting a matching result
- - - - - 687bd194 by Howard Chu at 2024-03-26T17:04:44+00:00 ITS#10185 autogroup: plug memleak when deleting a group
- - - - - 1a5007f3 by Howard Chu at 2024-03-26T17:04:51+00:00 ITS#10185 autogroup: check for invalid memberURL filter
- - - - - ee98be8d by Howard Chu at 2024-03-26T17:04:58+00:00 ITS#10185 autogroup: fix missing mutex_unlock
Broken in 95e7a7be16a3fc751f1ad4c210e69c37ad96f69b
- - - - - 9b3caaf7 by Howard Chu at 2024-03-26T17:05:33+00:00 ITS#10188 autogroup: cleanup autogroup_response
Minor restructuring
- - - - - dab86ede by Howard Chu at 2024-03-26T17:05:45+00:00 ITS#10188 autogroup: allow groups to be members of other groups
But doesn't support recursion - modifications on one autogroup will not trigger further updates on other autogroups that reference it.
- - - - - 291c1e1e by Quanah Gibson-Mount at 2024-03-26T17:07:26+00:00 ITS#10185, ITS#10188
- - - - -
6 changed files:
- CHANGES - contrib/slapd-modules/autogroup/Makefile - contrib/slapd-modules/autogroup/autogroup.c - contrib/slapd-modules/autogroup/slapo-autogroup.5 - servers/slapd/overlays/memberof.c - servers/slapd/overlays/refint.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e79434edebdb012d959cbc6...