Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
cb399d63 by Howard Chu at 2024-03-19T17:36:56+00:00
ITS#10188 autogroup: cleanup autogroup_response
Minor restructuring
- - - - -
e62c5d80 by Howard Chu at 2024-03-20T14:23:52+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.
- - - - -
2 changed files:
- contrib/slapd-modules/autogroup/autogroup.c
- contrib/slapd-modules/autogroup/slapo-autogroup.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c932ad19f0946ceb766899…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c932ad19f0946ceb766899…
You're receiving this email because of your account on git.openldap.org.
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/7015ad656875a0aca9ecad…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7015ad656875a0aca9ecad…
You're receiving this email because of your account on git.openldap.org.