]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
security.idl: add SID_NT_THIS_ORGANIZATION_CERTIFICATE
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2025 13:29:58 +0000 (14:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 8 Feb 2025 18:48:35 +0000 (18:48 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
librpc/idl/security.idl

index b0a6a39011a76262977c906b5effd678f36aa6f0..82d5c2084de330e26a75c4816fdfda8f4c1d0d88 100644 (file)
@@ -259,6 +259,7 @@ interface security
        const string SID_NT_DIGEST_AUTHENTICATION = "S-1-5-64-21";
        const string SID_NT_NTLM_AUTHENTICATION   = "S-1-5-64-10";
        const string SID_NT_SCHANNEL_AUTHENTICATION = "S-1-5-64-14";
+       const string SID_NT_THIS_ORGANIZATION_CERTIFICATE = "S-1-5-65-1";
        const string SID_NT_OTHER_ORGANIZATION    = "S-1-5-1000";
 
        /* SECURITY_BUILTIN_DOMAIN_RID */