Changeset 221 for branches/samba-3.3.x/source/winbindd/winbindd_group.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/winbindd/winbindd_group.c
r206 r221 1354 1354 sid_append_rid(&group_sid, name_list[ent->sam_entry_index].rid); 1355 1355 1356 if (!NT_STATUS_IS_OK(idmap_sid_to_gid(domain->name, &group_sid, 1357 &group_gid))) { 1356 if (!NT_STATUS_IS_OK(idmap_sid_to_gid(domain->have_idmap_config 1357 ? domain->name : "", 1358 &group_sid, &group_gid))) 1359 { 1358 1360 union unid_t id; 1359 1361 enum lsa_SidType type;
Note:
See TracChangeset
for help on using the changeset viewer.