From b3addf7ebe319826eb0926cc84bcfb729e725916 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 23 Aug 2000 17:38:52 +0000 Subject: Documentation on NT_USER_TOKEN. Requested by Sander. Jeremy. (This used to be commit e203324d4a3b9aac99ed0b22cbd8c373461919dd) --- source3/include/smb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') 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 -- cgit