From 0c93aa3cd5dde4697cd8d2dd59229e5a77fe688b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 4 Feb 2010 15:19:50 +0100 Subject: s3:passdb: fix a type Domain Users has RID -513 metze --- source3/passdb/pdb_get_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit