summaryrefslogtreecommitdiff
path: root/security/gnome-keyring
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2009-03-04 19:25:56 +0000
committerahoka <ahoka@pkgsrc.org>2009-03-04 19:25:56 +0000
commite3e6b13ee00853120fa7726983917c724a5cb707 (patch)
treef60682c0f1bcf15fe4d5ab72453691ef79956410 /security/gnome-keyring
parent23a0e536360652578fab46d2481da06555b93856 (diff)
downloadpkgsrc-e3e6b13ee00853120fa7726983917c724a5cb707.tar.gz
Add MESSAGE for giving instructions about single sign on.
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r--security/gnome-keyring/MESSAGE21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/gnome-keyring/MESSAGE b/security/gnome-keyring/MESSAGE
new file mode 100644
index 00000000000..39dc36246d9
--- /dev/null
+++ b/security/gnome-keyring/MESSAGE
@@ -0,0 +1,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
+
+===========================================================================