Changeset 124 for branches/samba-3.0/source/nsswitch/idmap.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/idmap.c
r105 r124 368 368 dl[1] = NULL; 369 369 370 dom_list = dl;370 dom_list = (const char **)dl; 371 371 default_domain = dl[0]; 372 372 } … … 907 907 /* huh, couldn't find a suitable domain, 908 908 * let's just leave it unmapped */ 909 DEBUG(10, ("Could not find idmap backend for SID %s ",909 DEBUG(10, ("Could not find idmap backend for SID %s\n", 910 910 sid_string_static(map->sid))); 911 911 return NT_STATUS_NO_SUCH_DOMAIN;
Note:
See TracChangeset
for help on using the changeset viewer.