security: Add Asserted Identity sids (S-1-18)
[obnox/samba/samba-obnox.git] / librpc / idl / security.idl
index b78307e27f8a034982088f60908634849c77ad0d..f412ffe1c97d9fd4afeaddd52037bdba0dd5ff0a 100644 (file)
@@ -285,6 +285,9 @@ interface security
        const string SID_NT_TRUSTED_INSTALLER =
                "S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464";
 
+       const string SID_AUTHENTICATION_AUTHORITY_ASSERTED_IDENTITY = "S-1-18-1";
+       const string SID_SERVICE_ASSERTED_IDENTITY = "S-1-18-2";
+
        /* well-known domain RIDs */
        const int DOMAIN_RID_LOGON                   = 9;
        const int DOMAIN_RID_ENTERPRISE_READONLY_DCS = 498;