Displaying 1 result from an estimated 1 matches for "prodile".
Did you mean:
prodice
2010 Jul 13
2
Unloking gnome keyring on login
...The changes I have done are to add
auth optional pam_keyring.so
(sometimes with try_first_pass)
and
session optional pam_keyring.so auto_start
(sometimes without auto_start)
All the time the gnome-keyring-daemon is not started. But even if I start it at login, with a new /etc/prodile.d/gnome-keyring-daemon.sh script which runs export `/usr/bin/gnome-keyring-daemon`, the keyring is not unlocked at login.
Just to let you know, I use the keyring to store passwords for a Subversion repository. The first time, after logging in, I use Subversion I am asked for the password to unlock...