To avoid this behavior, the keyring password needs to be the same as the one you use to log on.
You will need to:
- Install libpam-keyring:
sudo apt-get install libpam-keyring
- Set GDM to check password in pam for the logon password. In the file /etc/pam.d/gdm, add the lines:
auth optional pam_keyring.so try_first_pass
session optional pam_keyring.so
No comments:
Post a Comment