]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dsdb:group_audit: log_membership_changes: match doxygen to code
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 17 Jan 2023 21:13:23 +0000 (10:13 +1300)
committerRalph Boehme <slow@samba.org>
Sat, 29 Mar 2025 18:05:29 +0000 (18:05 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/dsdb/samdb/ldb_modules/group_audit.c

index 7f979d1392baa153ebf7b81eec5d53ca074d16b6..70e76528a7d6e61d91cefda154fba7281bf03943 100644 (file)
@@ -663,8 +663,9 @@ static enum event_id_type get_add_member_event(uint32_t group_type)
  *
  * @param module The ldb module.
  * @param request The request being logged.
- * @param action Description of the action being performed.
- * @param user The linearized form of the users DN
+ * @param el element with new memberships.
+ * @param old_el element with previous memberships.
+ * @param group_type group type flags.
  * @param status the LDB status code for the processing of the request.
  *
  */