summaryrefslogtreecommitdiff
path: root/librpc/idl/security.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-01-29 13:07:00 +0100
committerStefan Metzmacher <metze@samba.org>2010-01-29 14:09:50 +0100
commit34a5d56d5568ed2d50cc618469df1de9e602beba (patch)
treee92bb3db46e2257b2f934c9996c7f19a0c6b36f0 /librpc/idl/security.idl
parent118725c892e445fcc1dc5947cb919cf99c49373f (diff)
downloadsamba-34a5d56d5568ed2d50cc618469df1de9e602beba.tar.gz
samba-34a5d56d5568ed2d50cc618469df1de9e602beba.tar.bz2
samba-34a5d56d5568ed2d50cc618469df1de9e602beba.zip
security.idl: add wellknown TrustedInstaller SID
metze
Diffstat (limited to 'librpc/idl/security.idl')
-rw-r--r--librpc/idl/security.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index b191414951..3e0ae4723e 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;