]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lsa.idl: add SID_NAME_LABEL
authorStefan Metzmacher <metze@samba.org>
Mon, 20 Mar 2017 12:50:36 +0000 (13:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 23 Mar 2017 08:01:21 +0000 (09:01 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/lsa.idl

index 66a07e5109142dd963429f55683deffe11ee482d..68569db9177cbbbac063e002364e86900b29dd8e 100644 (file)
@@ -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 {