howdy: Fedora 35 - wont authenicate

I’ve setup howdy and running sudo/logging in (from anywhere) won’t work. I’m using gnome 41 fedora 35 beta. I’m pretty sure Howdy doesn’t have permissions, but fedora doesn’t have the ‘auth’ command, so the fix from the arch wiki will not work. I gave it 755 through chmod (/lib64/security/howdy/) My webcam’s led doesn’t even turn on, unless I’m adding a face or running sudo howdy test


I’ve searched for similar issues already, and my issue has not been reported yet. (or I just can’t find it.)

Linux distribution (if applicable): fedora 35

Howdy version (sudo howdy version): 2.6.0

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 2
  • Comments: 17 (2 by maintainers)

Most upvoted comments

I found something that worked for me!

In the arch wiki, it tells us to to insert auth sufficient pam_python.so /lib/security/howdy/pam.py into /etc/pam.d/sudo.

However, /lib doesn’t exist in Fedora as it has been replaced with /lib64. So, all you need to do is change up the path a little bit.

TL;DR: Insert auth sufficient pam_python.so /lib64/security/howdy/pam.py into the second line of /etc/pam.d/sudo

Similar problem here.

With just install, unable to get howdy over password (lockscreen or sudo), I’m on Fedora so no auth cmd

My /etc/pam.d/sudo look like this after I manually added the auth line

PAM-1.0

auth sufficient pam_python.so /lib64/security/howdy/pam.py account include system-auth password include system-auth session optional pam_keyinit.so revoke session required pam_limits.so session include system-auth

but with that auth line, when I try sudo -i it output this

poloin@laptop-poloin ~: sudo -i Sorry, try again. Sorry, try again. sudo: 3 incorrect password attempts poloin@laptop-poloin ~:

Camera led do not turn on, and it display the fails msgs instantly

PS: use pkexec to use root, if like me, you were unable to edit the file again because sudo wasn’t working (lol)