Changeset 140 for branches/samba-3.0/source/nsswitch/idmap_util.c
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/nsswitch/idmap_util.c
r30 r140 159 159 160 160 if ((map.status != ID_MAPPED) || (map.xid.type != ID_TYPE_GID)) { 161 DEBUG(10, ("sid [%s] not mapped to an gid [%u,%u ,%u]\n",161 DEBUG(10, ("sid [%s] not mapped to an gid [%u,%u]\n", 162 162 sid_string_static(sid), 163 163 map.status, 164 map.xid.type, 165 map.xid.id)); 164 map.xid.type)); 166 165 return NT_STATUS_NONE_MAPPED; 167 166 }
Note:
See TracChangeset
for help on using the changeset viewer.