From: Stefan Metzmacher Date: Tue, 28 Jan 2025 13:29:58 +0000 (+0100) Subject: security.idl: add SID_NT_THIS_ORGANIZATION_CERTIFICATE X-Git-Tag: tevent-0.17.0~810 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d97cf841539dd9938ee3e88dbe76d1c1a53f84;p=thirdparty%2Fsamba.git security.idl: add SID_NT_THIS_ORGANIZATION_CERTIFICATE Signed-off-by: Stefan Metzmacher Reviewed-by: Jennifer Sutton --- diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index b0a6a39011a..82d5c2084de 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -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 */