summaryrefslogtreecommitdiff
path: root/source3/include/rpc_netlogon.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-01-23 14:10:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:08 -0500
commitfcfc94a66ac66af1f12cb5924df31e936bca3dc9 (patch)
treecad469a887efc1ad89b4337d2752a2d9077bd560 /source3/include/rpc_netlogon.h
parentf6fed0082bfaf40e9d213f3ed1613c2377c73d4f (diff)
downloadsamba-fcfc94a66ac66af1f12cb5924df31e936bca3dc9.tar.gz
samba-fcfc94a66ac66af1f12cb5924df31e936bca3dc9.tar.bz2
samba-fcfc94a66ac66af1f12cb5924df31e936bca3dc9.zip
r4946: Our notion the other_sids in the info3 SamLogon struct was
...hmmm... completely bogus. This does not affect us as a domain controller, as we never set other_sids, but I have *no* idea how winbind got away with it. Please review thoroughly, samba4 idl looks closer to reality here. Test case: Member of w2k3 domain, authenticate as a user who is member of one or more domain local groups. Easiest review with 'client schannel = no'. Thanks, Volker (This used to be commit a0a6388830d9457de3e42686c64bddeba42954f8)
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r--source3/include/rpc_netlogon.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h
index b865d05b34..3ba1ce6465 100644
--- a/source3/include/rpc_netlogon.h
+++ b/source3/include/rpc_netlogon.h
@@ -190,9 +190,8 @@ typedef struct net_user_info_3
DOM_SID2 dom_sid; /* domain SID */
- uint32 num_other_groups; /* other groups */
- DOM_GID *other_gids; /* group info */
DOM_SID2 *other_sids; /* foreign/trusted domain SIDs */
+ uint32 *other_sids_attrib;
} NET_USER_INFO_3;