Documentation on NT_USER_TOKEN. Requested by Sander.
authorJeremy Allison <jra@samba.org>
Wed, 23 Aug 2000 17:38:52 +0000 (17:38 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 23 Aug 2000 17:38:52 +0000 (17:38 +0000)
Jeremy.

source/include/smb.h

index bd7f82874711e199b003f499f9de0a62ab40ece4..414ac930bbe9cf0fc41af933bf4f0d7edc118095 100644 (file)
@@ -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