security.idl add new well-known SIDs
[mat/samba.git] / 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