]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10185 autogroup: must populate dyngroup members on Add
authorHoward Chu <hyc@openldap.org>
Thu, 29 Feb 2024 21:36:03 +0000 (21:36 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 26 Mar 2024 17:04:26 +0000 (17:04 +0000)
commitaf36be99b6ca9b512f2c7e1b03ddb0bd3f9e28a9
treeddf56e8793c9e503935d0e614cba163003705477
parent220b715cda4915271181f8e7c57c3ee6d8107755
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.
contrib/slapd-modules/autogroup/autogroup.c