]> git.ipfire.org Git - thirdparty/samba.git/commit
s3/auth: use set_current_user_info() in auth3_check_password_send()
authorRalph Boehme <slow@samba.org>
Sat, 18 Jan 2020 07:09:22 +0000 (08:09 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 6 Feb 2020 10:17:44 +0000 (10:17 +0000)
commit92499287edb4b6b7eb4cb711597a08542361a1b5
treeec4a24b5f2998eed9bc9c72c3bcb1b4904be14ff
parentdc4b1e39ce1f2201a2d6ae2d4cffef2448f69a62
s3/auth: use set_current_user_info() in auth3_check_password_send()

This delays reloading config slightly, but I don't see how could affect
observable behaviour other then log messages coming from the functions in
between the different locations for lp_load_with_shares() like
make_user_info_map() are sent to a different logfile if "log file" uses %U.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/auth/auth_ntlmssp.c