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 | e203324d4a3b9aac99ed0b22cbd8c373461919dd (patch) | |
tree | 54ce77113de1930b3c4455b0c198293635c66323 /source | |
parent | 81c5380f91839b6416c8a42739dadf00e7388528 (diff) | |
download | samba-e203324d4a3b9aac99ed0b22cbd8c373461919dd.tar.gz samba-e203324d4a3b9aac99ed0b22cbd8c373461919dd.tar.xz samba-e203324d4a3b9aac99ed0b22cbd8c373461919dd.zip |
Documentation on NT_USER_TOKEN. Requested by Sander.
Jeremy.
Diffstat (limited to 'source')
-rw-r--r-- | source/include/smb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index bd7f8287471..414ac930bbe 100644 --- a/source/include/smb.h +++ b/source/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 |