summaryrefslogtreecommitdiff
path: root/security/gnome-keyring/MESSAGE
blob: 39dc36246d911e2540455ceab6cf31748345c376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
===========================================================================
$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

===========================================================================