Charset issue with username during login.
I am unable to log in using SFTP to a site using a username with certain 8-bit characters. I try to login using the username "Per Gøtterup" and I get this error:
<error type="Exception" message="Account lookup failed: [Nt4] First LookupAccountName() for 'Per G�tterup' failed with the following error: Windows error 1332: Der blev ikke udført nogen afbildning mellem kontonavne og sikkerheds-id."/>
I can login just fine using PuTTY, Pscp.exe and FileZilla on Windows, as well as command line sftp on Linux.
From the log it looks like a charset issue.
<error type="Exception" message="Account lookup failed: [Nt4] First LookupAccountName() for 'Per G�tterup' failed with the following error: Windows error 1332: Der blev ikke udført nogen afbildning mellem kontonavne og sikkerheds-id."/>
I can login just fine using PuTTY, Pscp.exe and FileZilla on Windows, as well as command line sftp on Linux.
From the log it looks like a charset issue.