[cosmetic] printing windows user name before mapping
This commit is contained in:
parent
a320a1b17e
commit
765fb43156
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ static int map_user_to_ids(nfs41_idmapper *idmapper, uid_t *uid, gid_t *gid)
|
|||
eprintf("GetUserName() failed with %d\n", status);
|
||||
goto out;
|
||||
}
|
||||
dprintf(1, "map_user_to_ids: mapping user %s\n", username);
|
||||
|
||||
if (nfs41_idmap_name_to_ids(idmapper, username, uid, gid)) {
|
||||
/* instead of failing for auth_sys, fall back to 'nobody' uid/gid */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue