diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-03-23 11:39:05 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-03-23 11:39:05 +0100 |
commit | ef83c970ca66bf02d684c6fb913a6caa2b25e39c (patch) | |
tree | cd344a3db02f2e020424c402b10704273340bacd /source3/passdb | |
parent | 9f84d72ef16d3be926f6caffe3c86b4a61b9fc11 (diff) | |
download | samba-ef83c970ca66bf02d684c6fb913a6caa2b25e39c.tar.gz samba-ef83c970ca66bf02d684c6fb913a6caa2b25e39c.tar.bz2 samba-ef83c970ca66bf02d684c6fb913a6caa2b25e39c.zip |
s3-builtin: Add some builtin groups.
Karolin
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/util_builtin.c | 9 |
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}}; /******************************************************************* |