adding --noldap startup option

This commit is contained in:
Olga Kornievskaia 2010-12-02 17:43:12 -05:00
parent 3fe8b2800a
commit ab906f25b8
2 changed files with 60 additions and 12 deletions

View file

@ -869,6 +869,9 @@ int nfs41_idmap_name_to_ids(
struct idmap_user user;
int status;
if (context == NULL)
return ERROR_FILE_NOT_FOUND;
dprintf(IDLVL, "--> nfs41_idmap_name_to_ids('%s')\n", username);
lookup.value = username;