mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
added the 'lsaenumacctwithright' command to rpcclient. This allows you
to lookup what SIDs have a particular privilege (that is how privileges are stored).
This commit is contained in:
@@ -227,6 +227,22 @@ typedef struct
|
||||
UNISTR2_ARRAY_EL *strings;
|
||||
} UNISTR2_ARRAY;
|
||||
|
||||
|
||||
/* an element in a sid array */
|
||||
typedef struct
|
||||
{
|
||||
uint32 ref_id;
|
||||
DOM_SID2 sid;
|
||||
} SID_ARRAY_EL;
|
||||
|
||||
/* an array of sids */
|
||||
typedef struct
|
||||
{
|
||||
uint32 ref_id;
|
||||
uint32 count;
|
||||
SID_ARRAY_EL *sids;
|
||||
} SID_ARRAY;
|
||||
|
||||
/* DOM_RID2 - domain RID structure for ntlsa pipe */
|
||||
typedef struct domrid2_info
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user