summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-08-23 17:38:52 +0000
committerJeremy Allison <jra@samba.org>2000-08-23 17:38:52 +0000
commite203324d4a3b9aac99ed0b22cbd8c373461919dd (patch)
tree54ce77113de1930b3c4455b0c198293635c66323 /source
parent81c5380f91839b6416c8a42739dadf00e7388528 (diff)
downloadsamba-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.h5
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