21 lines
808 B
Text
21 lines
808 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2009/03/04 19:25:56 ahoka Exp $
|
|
|
|
If you would like to have your keyring automatically unlocked upon login,
|
|
please make sure you have a 'login' keyring and do the following:
|
|
|
|
In /etc/pam.d/gdm, add lines like this at the end of the 'auth'
|
|
and 'session' blocks:
|
|
|
|
auth optional pam_gnome_keyring.so
|
|
session optional pam_gnome_keyring.so auto_start
|
|
|
|
In /etc/pam.d/gnome-screensaver, add a line like this to the 'auth' block:
|
|
|
|
auth optional pam_gnome_keyring.so
|
|
|
|
In /etc/pam.d/passwd, add a line like this to the 'password' block:
|
|
|
|
password optional pam_gnome_keyring.so
|
|
|
|
===========================================================================
|