diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-03-23 14:26:51 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-03-23 15:22:48 +0100 |
commit | 18d1821490a9793dc7df123c5d3f212857239b29 (patch) | |
tree | 37c918f622dcf4e9cad37be4ba2d48b12927b3a4 /librpc | |
parent | 77de23384d65261e5254b42760d48588fb32ef0c (diff) | |
download | samba-18d1821490a9793dc7df123c5d3f212857239b29.tar.gz samba-18d1821490a9793dc7df123c5d3f212857239b29.tar.xz samba-18d1821490a9793dc7df123c5d3f212857239b29.zip |
security.idl: Add missing builtin groups.
Karolin
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/security.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |