security.idl: add wellknown TrustedInstaller SID
authorStefan Metzmacher <metze@samba.org>
Fri, 29 Jan 2010 12:07:00 +0000 (13:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Jan 2010 13:09:50 +0000 (14:09 +0100)
metze

librpc/idl/security.idl

index b191414951ec54ce41be377c42c465ca30a708b4..3e0ae4723eb757a922ce94605bf7a88dbd81b9b5 100644 (file)
@@ -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;