s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Mar 2018 22:26:28 +0000 (23:26 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 19 Mar 2018 19:30:49 +0000 (20:30 +0100)
commit0b261dc4e3f2d04131e1ff76a017aaee6e38e7b1
tree0f38cf1b5d790ad21c056d551fb5b15e20f943d5
parent6c8cf7b6ec1b9bc534ddabfc2db8d7d6dac5fe4c
s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()

This makes the Builtin_Guests handling more dynamic,
by having a persistent storage for the memberships.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/auth/token_util.c