summaryrefslogtreecommitdiff
path: root/data/pam-lfs/gdm-password.pam
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-09-04 16:54:11 -0400
committerRay Strode <rstrode@redhat.com>2012-09-04 16:55:18 -0400
commitb5075ffb9de9177a2026af99446bd7ba1d36c4db (patch)
tree86c5ee38fb11d2e7f8cb79164ccae0ff4c26cae1 /data/pam-lfs/gdm-password.pam
parentdb048b2f38d19e5b965c8feb931a75a1c3384ff3 (diff)
downloadgdm-b5075ffb9de9177a2026af99446bd7ba1d36c4db.tar.gz
data: add rest of LFS pam patch
I misapplied the previous patch and broke the build for everyone but me. This commit fixes that. https://bugzilla.gnome.org/show_bug.cgi?id=683283
Diffstat (limited to 'data/pam-lfs/gdm-password.pam')
-rw-r--r--data/pam-lfs/gdm-password.pam18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/pam-lfs/gdm-password.pam b/data/pam-lfs/gdm-password.pam
new file mode 100644
index 00000000..34ba17e1
--- /dev/null
+++ b/data/pam-lfs/gdm-password.pam
@@ -0,0 +1,18 @@
+# Begin /etc/pam.d/gdm-password
+
+auth requisite pam_nologin.so
+auth required pam_env.so
+
+auth required pam_succeed_if.so uid >= 1000 quiet
+auth include system-auth
+auth optional pam_gnome_keyring.so
+
+account include system-account
+
+session required pam_limits.so
+session include system-session
+session optional pam_gnome_keyring.so auto_start
+
+password include system-password
+
+# End /etc/pam.d/gdm-password