summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-03-27 14:39:33 -0400
committerRay Strode <rstrode@redhat.com>2014-03-27 14:39:33 -0400
commit8a1e156feadce7181f770cc630d120d79dcf0509 (patch)
tree1dfe65a8f7578fa3978fb890d59711a17fc20cb7
parent1d76114a001c5c4eeba17fc9a455e3a132fc23c5 (diff)
downloadgdm-8a1e156feadce7181f770cc630d120d79dcf0509.tar.gz
pam: improve keyring integration on fedora
This commit properly hooks in gnome-keyring into the password stack, so password changes are caught at login time, and the keyring is appropriately rekeyed.
-rw-r--r--data/pam-redhat/gdm-password.pam3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/pam-redhat/gdm-password.pam b/data/pam-redhat/gdm-password.pam
index 6e20568f..3006d0ca 100644
--- a/data/pam-redhat/gdm-password.pam
+++ b/data/pam-redhat/gdm-password.pam
@@ -6,7 +6,8 @@ auth include postlogin
account required pam_nologin.so
account include password-auth
-password include password-auth
+password substack password-auth
+-password optional pam_gnome_keyring.so use_authtok
session required pam_selinux.so close
session required pam_loginuid.so