libcli/security: add SID_NAME_LABEL to sid_type_lookup()
[amitay/samba.git] / libcli / security / util_sid.c
index ac4487657770d9c6ea346c1fbe18674526bd792f..0709a7a69e3f2c5077054149a5ac2c7496e1d884 100644 (file)
@@ -189,7 +189,8 @@ static const struct {
        {SID_NAME_DELETED, "Deleted Account"},
        {SID_NAME_INVALID, "Invalid Account"},
        {SID_NAME_UNKNOWN, "UNKNOWN"},
-       {SID_NAME_COMPUTER, "Computer"}
+       {SID_NAME_COMPUTER, "Computer"},
+       {SID_NAME_LABEL, "Mandatory Label"}
 };
 
 const char *sid_type_lookup(uint32_t sid_type)