MutonUfoAI / pgina

pGina fork: Open Source Windows Authentication
http://mutonufoai.github.io/pgina
BSD 3-Clause "New" or "Revised" License
156 stars 39 forks source link

RDP login problem #174

Open toddpfaff opened 2 years ago

toddpfaff commented 2 years ago

I've encountered an interesting problem when trying to RDP login to a Windows 10 system with pGina.fork and the SSHAuth plugin.

1) A "pGina created" user can login at this Windows 10 system's console using SSHAuth.

2) A "pGina created" user can RDP login with SSHAuth if and only if that user is already logged in to the console.

3) If another user is logged in or if nobody is logged in, the RDP pGina.fork SSHAuth login fails.

This is puzzling. Why would an incorrect password be passed to the ssh server by SSHAuth only in case number 3?

Any ideas?