diff options
author | Günther Deschner <gd@samba.org> | 2010-05-17 23:04:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 00:44:26 +0200 |
commit | ca73e03eb7e8690aef68cfafab36b0b9cc205ab7 (patch) | |
tree | c891fc9a5ec13db4cc3acb807cc5f5136e885494 /librpc/idl/security.idl | |
parent | 3b529d50be5613f37cf853714ecf78887df1d01b (diff) | |
download | samba-ca73e03eb7e8690aef68cfafab36b0b9cc205ab7.tar.gz samba-ca73e03eb7e8690aef68cfafab36b0b9cc205ab7.tar.xz samba-ca73e03eb7e8690aef68cfafab36b0b9cc205ab7.zip |
security: merge builtin rid tables.
Guenther
Diffstat (limited to 'librpc/idl/security.idl')
-rw-r--r-- | librpc/idl/security.idl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 5dfbb40c3e..740a928d87 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -293,6 +293,25 @@ interface security const int DOMAIN_RID_READONLY_DCS = 521; const int DOMAIN_RID_RAS_SERVERS = 553; + /* well-known builtin RIDs */ + const int BUILTIN_RID_ADMINISTRATORS = 544; + const int BUILTIN_RID_USERS = 545; + const int BUILTIN_RID_GUESTS = 546; + const int BUILTIN_RID_POWER_USERS = 547; + const int BUILTIN_RID_ACCOUNT_OPERATORS = 548; + const int BUILTIN_RID_SERVER_OPERATORS = 549; + const int BUILTIN_RID_PRINT_OPERATORS = 550; + const int BUILTIN_RID_BACKUP_OPERATORS = 551; + const int BUILTIN_RID_REPLICATOR = 552; + const int BUILTIN_RID_RAS_SERVERS = 553; + const int BUILTIN_RID_PRE_2K_ACCESS = 554; + const int BUILTIN_RID_REMOTE_DESKTOP_USERS = 555; + const int BUILTIN_RID_NETWORK_CONF_OPERATORS = 556; + const int BUILTIN_RID_INCOMING_FOREST_TRUST = 557; + const int BUILTIN_RID_PERFMON_USERS = 558; + const int BUILTIN_RID_PERFLOG_USERS = 559; + const int BUILTIN_RID_AUTH_ACCESS = 560; + const int BUILTIN_RID_TS_LICENSE_SERVERS = 561; /* privilege IDs. Please keep the IDs below 64. If we get more |