smbd: Fix the memory hierarchy in the unix token
authorVolker Lendecke <vl@samba.org>
Wed, 4 Oct 2017 13:04:01 +0000 (15:04 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 27 Oct 2017 18:33:25 +0000 (20:33 +0200)
commite62253a52a10be8719369325a5b1e146f8405c7c
tree2b24f3b16f82de3edaf9f97920ab1804ed74d6a7
parent7e4908d72b4e3bd662bdc2da18e8b5272c15c13e
smbd: Fix the memory hierarchy in the unix token

"groups" should hang off the token itself, not its parent

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/auth/auth_util.c