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)
commitf5850928a011211f03e5b9ece37682fd9243e2ba
tree9c1f26a5432372c5f7abf8e8077b0b531fc59f6f
parentf3432869b9c761a029fd804d244d0ea26b26173d
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
source/rpc_server/srv_netlog_nt.c
source/rpc_server/srv_util.c