Index: auth.c =================================================================== --- auth.c (wersja 23508) +++ auth.c (kopia robocza) @@ -294,6 +294,7 @@ if (NT_STATUS_IS_OK(nt_status)) { DEBUG(5, ("check_ntlm_password: PAM Account for user [%s] succeeded\n", unix_username)); + (*server_info)->was_mapped = True; } else { DEBUG(3, ("check_ntlm_password: PAM Account for user [%s] FAILED with error %s\n", unix_username, nt_errstr(nt_status)));