Displaying 1 result from an estimated 1 matches for "domain_group_rid_admin".
Did you mean:
domain_group_rid_admins
2002 Aug 10
1
Samba 2.2.x PDC code small corrections
...nges in Samba 2.2.x PDC code for fake groups "Domain
Admins/Users/Guests" to work.
There also found bug in source/rpc_server/srv_samr_nt.c
@@ -227,7 +227,7 @@
static_map[0].gid = (gid_t)-1;
sid_copy(&static_map[0].sid, &global_sam_sid);
- sid_append_rid(&static_map[1].sid, DOMAIN_GROUP_RID_ADMINS);
+ sid_append_rid(&static_map[0].sid, DOMAIN_GROUP_RID_ADMINS);
static_map[0].sid_name_use = SID_NAME_DOM_GRP;
fstrcpy(static_map[0].nt_name, "Domain Admins");
fstrcpy(static_map[0].comment, "Administrators for the domain");
So before "Domains Admins" had bad...