You are not logged in.
I order to allow gnome keyring password to be in sync with passwd, the wiki indicate to add a line in `/etc/pam.d/passwd`:
https://wiki.archlinux.org/title/GNOME/ … r_password
But the file is not the same as it is since recent changes :
Wiki version:
#%PAM-1.0
#password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
#password required pam_unix.so sha512 shadow use_authtok
password required pam_unix.so sha512 shadow nullok
Actual version
#%PAM-1.0
auth include system-auth
account include system-auth
password include system-auth
So I'm not sure where to add the gnome keyring line `password optional pam_gnome_keyring.so`.
Should I still ad it to the bottom of /etc/pam.d/passwd file or is it better to add it in `/etc/pam.d/system-auth` since it is now exclusively referenced ?
Thanks for your help
Last edited by fabiin (2023-12-08 10:56:35)
Offline
The wiki suggests this to automatically change the keyring password when changing the user password so you exclusively want that reference for the passwd module and not every other module that includes system-auth for the password stage.
Offline
Ok thanks for the clarification !
Offline