adding --noldap startup option
This commit is contained in:
parent
3fe8b2800a
commit
ab906f25b8
2 changed files with 60 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue