Changeset 862 for trunk/server/source3/winbindd/idmap_ad.c
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/winbindd/idmap_ad.c
r745 r862 458 458 &id)) 459 459 { 460 DEBUG(1, ("Could not get unix ID\n"));460 DEBUG(1, ("Could not get SID for unix ID %u\n", (unsigned) id)); 461 461 continue; 462 462 } … … 655 655 &id)) 656 656 { 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))); 658 659 continue; 659 660 }
Note:
See TracChangeset
for help on using the changeset viewer.