Open mbcrump opened 3 years ago
You might want to check that authenticator_path
is correct in /etc/pam_wsl_hello/config
. I don't remember the details now, but mine somehow ended up pointing to the wrong place after the install, which resulted in silent failure.
If that's all OK, check out 'Troubleshooting' in the README - I seem to remember I came across the above by trying with su
rather than sudo, which gave me some pam error output.
thanks for the info. I checked it and it is correct.
mbcrump@DT:/etc/pam_wsl_hello$ cat config
authenticator_path = "/mnt/c/Users/micrum/pam_wsl_hello/WindowsHelloAuthenticator/WindowsHelloAuthenticator.exe"
mbcrump@DT:/etc/pam_wsl_hello$ ls -l /mnt/c/Users/micrum/pam_wsl_hello/W
indowsHelloAuthenticator/WindowsHelloAuthenticator.exe
-rwxrwxrwx 1 mbcrump mbcrump 10240 Mar 2 08:29 /mnt/c/Users/micrum/pam_wsl_hello/WindowsHelloAuthenticator/WindowsHelloAuthenticator.exe
I also tried a few toggles between su and sudo. Nothing yet!
I've tried the directions in the README.md for this error but so far no luck.
I always get the password prompt:
My sudo nano /etc/pam.d/sudo:
The exe copied over successfully:
Anyone having an issue?