From 56645065e12bf8ec8a7e244bc7fc7d3fc04fd7f7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 29 Jan 2010 13:07:00 +0100 Subject: [PATCH] security.idl: add wellknown TrustedInstaller SID metze --- librpc/idl/security.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index b191414951e..3e0ae4723eb 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -264,6 +264,13 @@ interface security const string SID_BUILTIN_NETWORK_CONF_OPERATORS = "S-1-5-32-556"; const string SID_BUILTIN_INCOMING_FOREST_TRUST = "S-1-5-32-557"; + /* SECURITY_NT_SERVICE */ + const string NAME_NT_SERVICE = "NT SERVICE"; + + const string SID_NT_NT_SERVICE = "S-1-5-80"; + const string SID_NT_TRUSTED_INSTALLER = + "S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464"; + /* well-known domain RIDs */ const int DOMAIN_RID_LOGON = 9; const int DOMAIN_RID_ENTERPRISE_READONLY_DCS = 498; -- 2.11.4.GIT