Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/winbindd_group.c

    r206 r221  
    13541354                sid_append_rid(&group_sid, name_list[ent->sam_entry_index].rid);
    13551355
    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                {
    13581360                        union unid_t id;
    13591361                        enum lsa_SidType type;
Note: See TracChangeset for help on using the changeset viewer.