s3:auth: move add_local_groups() out of finalize_local_nt_token()
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Mar 2018 16:14:34 +0000 (17:14 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 15 Mar 2018 20:54:16 +0000 (21:54 +0100)
commitdf3d278853ec097df27c221369dfb3ed0297d6c8
treee7e10c7ab8572e69b0dc96aa6d33292ac3ee089b
parentf3ca3e71cc35876df47e31ec9c3643308add2405
s3:auth: move add_local_groups() out of finalize_local_nt_token()

finalize_local_nt_token() will be used in another place,
were we don't want to add local groups in a following commit.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/auth/token_util.c