diff options
author | Tim Potter <tpot@samba.org> | 2002-09-13 08:17:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-13 08:17:02 +0000 |
commit | 081b70cd8d625f0d74b6b84e69d35ad01eecac68 (patch) | |
tree | 68e1ffafcd5e12ea0af2abc1798e86fa62c95898 /source3/include/rpc_netlogon.h | |
parent | 6cf499ecff96880acef4e53817dccd7d838edd62 (diff) | |
download | samba-081b70cd8d625f0d74b6b84e69d35ad01eecac68.tar.gz samba-081b70cd8d625f0d74b6b84e69d35ad01eecac68.tar.bz2 samba-081b70cd8d625f0d74b6b84e69d35ad01eecac68.zip |
Updated some comments in the NET_USER_INFO_3 structure for the other_sids
field.
(This used to be commit d153d692a0f8499e1d6dac791a4d119cd9c15e45)
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r-- | source3/include/rpc_netlogon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 5ee8120c68..500f5fef8a 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -164,8 +164,8 @@ typedef struct net_user_info_3 uint32 buffer_dom_id; /* undocumented logon domain id pointer */ uint8 padding[40]; /* unused padding bytes. expansion room */ - uint32 num_other_sids; /* 0 - num_sids */ - uint32 buffer_other_sids; /* NULL - undocumented pointer to SIDs. */ + uint32 num_other_sids; /* number of foreign/trusted domain sids */ + uint32 buffer_other_sids; UNISTR2 uni_user_name; /* username unicode string */ UNISTR2 uni_full_name; /* user's full name unicode string */ @@ -184,7 +184,7 @@ typedef struct net_user_info_3 uint32 num_other_groups; /* other groups */ DOM_GID *other_gids; /* group info */ - DOM_SID2 *other_sids; /* undocumented - domain SIDs */ + DOM_SID2 *other_sids; /* foreign/trusted domain SIDs */ } NET_USER_INFO_3; |