s3/auth: use set_current_user_info() in auth3_generate_session_info_pac()
commitdc4b1e39ce1f2201a2d6ae2d4cffef2448f69a62
authorRalph Boehme <slow@samba.org>
Sat, 18 Jan 2020 07:06:45 +0000 (18 08:06 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 6 Feb 2020 10:17:43 +0000 (6 10:17 +0000)
treec8cf602775f7401259f7b1d2d3de72b72f805d36
parent1484fb0c6636308958f0d8d7c81429e0743f5cbd
s3/auth: use set_current_user_info() in auth3_generate_session_info_pac()

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_session_info_krb5() 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_generic.c