summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_get_set.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-02-04 15:19:50 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-04 15:19:50 +0100
commit0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b (patch)
tree481f54beaa8a874d8e993ddcdab07bb9b77823b3 /source3/passdb/pdb_get_set.c
parentc2e4746fa9d68e7601e8e90cc0144d2e65a695b6 (diff)
downloadsamba-0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b.tar.gz
samba-0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b.tar.bz2
samba-0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b.zip
s3:passdb: fix a type Domain Users has RID -513
metze
Diffstat (limited to 'source3/passdb/pdb_get_set.c')
-rw-r--r--source3/passdb/pdb_get_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_get_set.c b/source3/passdb/pdb_get_set.c
index d7fc02f807..555b20730c 100644
--- a/source3/passdb/pdb_get_set.c
+++ b/source3/passdb/pdb_get_set.c
@@ -236,7 +236,7 @@ const DOM_SID *pdb_get_group_sid(struct samu *sampass)
pwd->pw_name, sid_type_lookup(type)));
}
- /* Just set it to the 'Domain Users' RID of 512 which will
+ /* Just set it to the 'Domain Users' RID of 513 which will
always resolve to a name */
sid_compose(gsid, get_global_sam_sid(), DOMAIN_GROUP_RID_USERS);