summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-03-20 13:50:36 +0100
committerStefan Metzmacher <metze@samba.org>2017-03-23 09:01:21 +0100
commit1161e11d48f41e21720d3ba88dca2ef4321f29c5 (patch)
tree5e37c19c7c2583b7e961891316b5273996632b19 /librpc/idl
parent3a5d76f092bbacc2b5eee2de509761670c95531f (diff)
downloadsamba-1161e11d48f41e21720d3ba88dca2ef4321f29c5.tar.gz
lsa.idl: add SID_NAME_LABEL
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/lsa.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl
index 66a07e51091..68569db9177 100644
--- a/librpc/idl/lsa.idl
+++ b/librpc/idl/lsa.idl
@@ -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 {