From b43c69bedfc519e4e53d2c9b0ba2693bdaa1d67e Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 29 Aug 2011 17:34:57 +0200 Subject: security.idl add new well-known SIDs http://support.microsoft.com/kb/243330/en-us lists some new well-known SIDS in the BUILTIN domain --- librpc/idl/security.idl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'librpc') diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 57603374d1..2b6efc5318 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -269,6 +269,10 @@ interface security const string SID_BUILTIN_PERFLOG_USERS = "S-1-5-32-559"; const string SID_BUILTIN_AUTH_ACCESS = "S-1-5-32-560"; const string SID_BUILTIN_TS_LICENSE_SERVERS = "S-1-5-32-561"; + const string SID_BUILTIN_DISTRIBUTED_COM_USERS = "S-1-5-32-562"; + const string SID_BUILTIN_CRYPTO_OPERATORS = "S-1-5-32-569"; + const string SID_BUILTIN_EVENT_LOG_READERS = "S-1-5-32-573"; + const string SID_BUILTIN_CERT_SERV_DCOM_ACCESS = "S-1-5-32-574"; /* SECURITY_NT_SERVICE */ const string NAME_NT_SERVICE = "NT SERVICE"; @@ -316,6 +320,10 @@ interface security const int BUILTIN_RID_PERFLOG_USERS = 559; const int BUILTIN_RID_AUTH_ACCESS = 560; const int BUILTIN_RID_TS_LICENSE_SERVERS = 561; + const int BUILTIN_RID_DISTRIBUTED_COM_USERS = 562; + const int BUILTIN_RID_CRYPTO_OPERATORS = 569; + const int BUILTIN_RID_EVENT_LOG_READERS = 573; + const int BUILTIN_RID_CERT_SERV_DCOM_ACCESS = 574; /******************************************************************** This is a list of privileges reported by a WIndows 2008 R2 DC -- cgit