1
0
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:
Luke Leighton
-
parent 222d686a6c
commit 1e96e14e79
2 changed files with 60 additions and 16 deletions

View File

@@ -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
{