mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
added domain and local group structures. names may have to be 256 chars
long not 128 (fstring) length.
This commit is contained in:
@@ -79,22 +79,6 @@ typedef struct lookup_level_info
|
||||
|
||||
} LOOKUP_LEVEL;
|
||||
|
||||
#define MAXSUBAUTHS 15 /* max sub authorities in a SID */
|
||||
|
||||
/* DOM_SID - security id */
|
||||
typedef struct sid_info
|
||||
{
|
||||
uint8 sid_rev_num; /* SID revision number */
|
||||
uint8 num_auths; /* number of sub-authorities */
|
||||
uint8 id_auth[6]; /* Identifier Authority */
|
||||
/*
|
||||
* Note that the values in these uint32's are in *native* byteorder,
|
||||
* not neccessarily little-endian...... JRA.
|
||||
*/
|
||||
uint32 sub_auths[MAXSUBAUTHS]; /* pointer to sub-authorities. */
|
||||
|
||||
} DOM_SID;
|
||||
|
||||
/* DOM_SID2 - security id */
|
||||
typedef struct sid_info_2
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user