Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/idmap_ad.c

    r745 r862  
    458458                                     &id))
    459459                {
    460                         DEBUG(1, ("Could not get unix ID\n"));
     460                        DEBUG(1, ("Could not get SID for unix ID %u\n", (unsigned) id));
    461461                        continue;
    462462                }
     
    655655                                     &id))
    656656                {
    657                         DEBUG(1, ("Could not get unix ID\n"));
     657                        DEBUG(1, ("Could not get unix ID for SID %s\n",
     658                                sid_string_dbg(map->sid)));
    658659                        continue;
    659660                }
Note: See TracChangeset for help on using the changeset viewer.