summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/util_builtin.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/passdb/util_builtin.c b/source3/passdb/util_builtin.c
index dbddddd25d..98f86d61f5 100644
--- a/source3/passdb/util_builtin.c
+++ b/source3/passdb/util_builtin.c
@@ -35,7 +35,14 @@ static const struct rid_name_map builtin_aliases[] = {
{ BUILTIN_ALIAS_RID_BACKUP_OPS, "Backup Operators" },
{ BUILTIN_ALIAS_RID_REPLICATOR, "Replicator" },
{ BUILTIN_ALIAS_RID_RAS_SERVERS, "RAS Servers" },
- { BUILTIN_ALIAS_RID_PRE_2K_ACCESS, "Pre-Windows 2000 Compatible Access" },
+ { BUILTIN_ALIAS_RID_PRE_2K_ACCESS,
+ "Pre-Windows 2000 Compatible Access" },
+ { BUILTIN_ALIAS_RID_REMOTE_DESKTOP_USERS,
+ "Remote Desktop Users" },
+ { BUILTIN_ALIAS_RID_NETWORK_CONF_OPERATORS,
+ "Network Configuration Operators" },
+ { BUILTIN_ALIAS_RID_INCOMING_FOREST_TRUST,
+ "Incoming Forest Trust Builders" },
{ 0, NULL}};
/*******************************************************************