diff options
author | Jeremy Allison <jra@samba.org> | 2000-08-23 17:38:52 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-08-23 17:38:52 +0000 |
commit | b3addf7ebe319826eb0926cc84bcfb729e725916 (patch) | |
tree | a0aaddb8514f61dcf52007b767d7e30c76660bc8 | |
parent | 641d9e85ea6a134be1d3359b41b8872f6ef65872 (diff) | |
download | samba-b3addf7ebe319826eb0926cc84bcfb729e725916.tar.gz samba-b3addf7ebe319826eb0926cc84bcfb729e725916.tar.bz2 samba-b3addf7ebe319826eb0926cc84bcfb729e725916.zip |
Documentation on NT_USER_TOKEN. Requested by Sander.
Jeremy.
(This used to be commit e203324d4a3b9aac99ed0b22cbd8c373461919dd)
-rw-r--r-- | source3/include/smb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bd7f828747..414ac930bb 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -407,6 +407,11 @@ typedef struct sid_info /* * The complete list of SIDS belonging to this user. * Created when a vuid is registered. + * The definition of the user_sids array is as follows : + * + * token->user_sids[0] = primary user SID. + * token->user_sids[1] = primary group SID. + * token->user_sids[2-num_sids] = supplementary group SIDS. */ #ifndef _NT_USER_TOKEN |