From 18d1821490a9793dc7df123c5d3f212857239b29 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 23 Mar 2010 14:26:51 +0100 Subject: security.idl: Add missing builtin groups. Karolin --- librpc/idl/security.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'librpc/idl') diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index d1c13f1b7e..5dfbb40c3e 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -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"; -- cgit