mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lsa.idl: add SID_NAME_LABEL
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3a5d76f092
commit
1161e11d48
@ -505,7 +505,8 @@ import "misc.idl", "security.idl";
|
||||
SID_NAME_DELETED = 6, /* deleted account: needed for c2 rating */
|
||||
SID_NAME_INVALID = 7, /* invalid account */
|
||||
SID_NAME_UNKNOWN = 8, /* oops. */
|
||||
SID_NAME_COMPUTER = 9 /* machine */
|
||||
SID_NAME_COMPUTER = 9, /* machine */
|
||||
SID_NAME_LABEL = 10 /* Mandatory Label */
|
||||
} lsa_SidType;
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user