You are not logged in.
Hello.
Recently pam was updated to version 1.6.1-2. But I noticed every time I want to launch sudo, my password is not recognized and sudo tells me that my password is incorrect.
My "fix" was to downgrade to pam 1.6.1-1.
Does anybody face this issue?
Offline
sha1sum /etc/pam.d/{sudo,system-auth}
pacman -Q sudo pambase
Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
And: sudo -l.
Perhaps following the update, you have overwritten /etc/sudoers.
* Good formatted problem description will cause good and quick solution
* Please don't forget to mark as [SOLVED].
Offline
Not gonna be restored w/ a pam downgrade.
The odd part is that the only difference between 1.6.1-1 and 1.6.1-2 is the added libnsl dependency, https://gitlab.archlinux.org/archlinux/ … f6ed197f90
But libnsl is dependency of pam itself, so that should be completely idempotent.
@fredbezies - any pam errors in the journal after the sudo failure?
Next to the shasum, maybe just also post the contents
tail -n1000 /etc/pam.d/{sudo,system-auth}
Offline
A note: I asked for hashes to tell, if the configuration files are modified without fredbezies having to reveal them to us. In retrospection: all the requested actions can be simplified to:
pacman -Qii pambase sudo
Sometimes I seem a bit harsh — don’t get offended too easily!
Offline