security.idl: Add missing builtin groups.
authorKarolin Seeger <kseeger@samba.org>
Tue, 23 Mar 2010 13:26:51 +0000 (14:26 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 23 Mar 2010 14:22:48 +0000 (15:22 +0100)
Karolin

librpc/idl/security.idl

index d1c13f1b7e805389c9411068967ad924080de38c..5dfbb40c3e5b93317395b02656a6098d0381b45b 100644 (file)
@@ -263,6 +263,10 @@ interface security
        const string SID_BUILTIN_REMOTE_DESKTOP_USERS   = "S-1-5-32-555";
        const string SID_BUILTIN_NETWORK_CONF_OPERATORS = "S-1-5-32-556";
        const string SID_BUILTIN_INCOMING_FOREST_TRUST  = "S-1-5-32-557";
+       const string SID_BUILTIN_PERFMON_USERS          = "S-1-5-32-558";
+       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";
 
        /* SECURITY_NT_SERVICE */
        const string NAME_NT_SERVICE            = "NT SERVICE";