2007-02-14

Keyring, plz do not ask me the password anymore.

ref1: http://www.ubuntuforums.org/showthread.php?t=187874
ref2: http://www.hekanetworks.com/opensource/pam_keyring/

If your keying password is the same as your login password, you can do the following steps:


1. Get pam_keyring source
2. sudo apt-get install build-essential libtool libglib2.0-dev libgnome-keyring-dev libpam0g-dev
3. tar xzvf
4. ./configure --prefix=/usr --libdir=/lib
5. make
6. sudo make install
7. sudo vi /etc/pam.d/gdm

add the following lines to the end of the file:

 auth optional pam_keyring.so try_first_pass
 session optional pam_keyring.so

Done.

0 comments: