s3:auth: move add_local_groups() out of finalize_local_nt_token()
commit85097b155447257d9c4a66cd43ac432a27b52529
authorStefan Metzmacher <metze@samba.org>
Tue, 6 Mar 2018 16:14:34 +0000 (6 17:14 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 20 Mar 2018 16:13:07 +0000 (20 17:13 +0100)
tree5f85f43215655044f4ae7c59bdd1f48fab1754ce
parent1258f287420642698c456f6bb17bf4547a921964
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>
(cherry picked from commit df3d278853ec097df27c221369dfb3ed0297d6c8)
source3/auth/token_util.c