security.idl add new well-known SIDs
authorChristian Ambach <ambi@samba.org>
Mon, 29 Aug 2011 15:34:57 +0000 (17:34 +0200)
committerChristian Ambach <ambi@samba.org>
Wed, 31 Aug 2011 07:53:31 +0000 (09:53 +0200)
http://support.microsoft.com/kb/243330/en-us lists some new
well-known SIDS in the BUILTIN domain

librpc/idl/security.idl

index 57603374d11ede8c7a451faca5d40ddd2a291831..2b6efc5318480606f19f6fe25976fe9514114fbc 100644 (file)
@@ -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