From ca73e03eb7e8690aef68cfafab36b0b9cc205ab7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 May 2010 23:04:08 +0200 Subject: security: merge builtin rid tables. Guenther --- librpc/idl/security.idl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'librpc/idl') 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 -- cgit