https://bugs.kde.org/show_bug.cgi?id=502333
--- Comment #7 from Fabio <ctrlal...@gmail.com> --- > I couldn't find anything interesting about `[com.winpr.sspi.NTLM] - Error: > Could not find user in SAM database` error. As far as I can see krdc (the client) is trying to connect, but the krdp (the server) is not able to authenticate the user. Krdp currently only supports NLA authentication (Network Level Authentication: https://invent.kde.org/plasma/krdp/-/blob/master/src/RdpConnection.cpp?ref_type=heads#L294 ) using NTLM. When starting the server Krdp creates a temporary SAM file containing the valid user/password pairs ( https://invent.kde.org/plasma/krdp/-/blob/master/src/RdpConnection.cpp?ref_type=heads#L49 ) that libfreerdp uses to authenticate users. Freerdp is reporting failure while trying to authenticate the user to the SAM database provided by Krdp. I guess the server you are testing is still based on libfrerdp2, so I'm not sure if the issue could be due to some bug already fixed on freerdp3. -- You are receiving this mail because: You are watching all bug changes.