]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc()
authorStefan Metzmacher <metze@samba.org>
Fri, 25 Feb 2022 06:40:17 +0000 (07:40 +0100)
committerJule Anger <janger@samba.org>
Wed, 2 Mar 2022 11:13:02 +0000 (11:13 +0000)
commitc2a3c17da9ffb90afa09fe7b881ed1859c35481c
treed717b31563e182aa5c899b47223634a5a7bebe19
parent992a41e5e74debc957105d2b50c6172ce93846a0
s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc()

This is most likely not a problem for the current callers,
but that it is unexpected and will likely cause problems with future
changes.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14993
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14995

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit f6fe86924c2ca756083d3628d5dbace0b12d06b0)

Autobuild-User(v4-14-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-14-test): Wed Mar  2 11:13:02 UTC 2022 on sn-devel-184
source4/auth/sam.c