s3:passdb: fix a type Domain Users has RID -513
authorStefan Metzmacher <metze@samba.org>
Thu, 4 Feb 2010 14:19:50 +0000 (15:19 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 4 Feb 2010 14:19:50 +0000 (15:19 +0100)
metze

source3/passdb/pdb_get_set.c

index d7fc02f807828c17e2f81fd737768689d0bd6741..555b20730c22ba7da566304ef5fff62f8d33e4c5 100644 (file)
@@ -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);