mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3-includes: remove PRIMARY_* SID_INDEX defines defined elsewhere already.
They really do not belong to smb.h. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 14 21:15:39 CET 2011 on sn-devel-104
This commit is contained in:
parent
1bea57a6c3
commit
fdcbb7e03b
@ -131,19 +131,6 @@ typedef union unid_t {
|
||||
|
||||
#include "librpc/gen_ndr/security.h"
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#define PRIMARY_USER_SID_INDEX 0
|
||||
#define PRIMARY_GROUP_SID_INDEX 1
|
||||
|
||||
typedef struct write_cache {
|
||||
SMB_OFF_T file_size;
|
||||
SMB_OFF_T offset;
|
||||
|
Loading…
Reference in New Issue
Block a user