Gnome-keyring autologin

April 9, 2008 21:32

For later reference:

Install gnome-keyring, which since Gnome 2.20 includes the needed PAM module (pam_gnome_keyring.so).

Add the following to /etc/pam.d/login

auth       optional    pam_gnome_keyring.so
session    optional    pam_gnome_keyring.so  auto_start

And the following to /etc/pam.d/passwd

password   optional    pam_gnome_keyring.so

And you’re done! This enables automatic launch of gnome-keyring-daemon with no need for manually entering your keyring password.


blog comments powered by Disqus