Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and return
authorAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jan 2003 08:54:43 +0000 (08:54 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 4 Jan 2003 08:54:43 +0000 (08:54 +0000)
commit3bc3fabee2d411947dc936372495b5f3a1498031
treeb2e6645ace1865b238d64fbae61c337d94c68e68
parentc1a357ecb50efc645f1c5e5f352c96e97b4e0c66
Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and return
this as thier list of groups, rather than do a seperate lookup.  This NT_TOKEN
is originally initgroups() (or equiv) based.

We currently send all sids in our domain, perhaps this should be further
restricted, but this works for now.

Andrew Bartlett
(This used to be commit f5850928a011211f03e5b9ece37682fd9243e2ba)
source3/rpc_server/srv_netlog_nt.c
source3/rpc_server/srv_util.c