You are not logged in.
Hi,
when I run sudo, I am not asked for a password. I do not want his behaviour. I checked the /etc/sudoers file but the NOPASSWD option is commented out.
What else could cause sudo not prompting me for a password?
Offline
please share your config - make sure to use code-tags
Offline
please share your config - make sure to use code-tags
Specifically "sudo -l", don't (start by) post your complete sudoers.
Online
sudo -l
User xxx may run the following commands on xxx:
(ALL : ALL) ALL
I replaced username and machine name with xxx
Last edited by timeon (2024-08-17 13:58:55)
Offline
So you're not running nopasswd unless you fudged around w/ the pam configuration.
sudo -k
sudo ls # does this ask for the password
pacman -Qikk sudo pam pambaseOnline