summaryrefslogtreecommitdiff
path: root/data/pam-exherbo/gdm-password.pam
diff options
context:
space:
mode:
Diffstat (limited to 'data/pam-exherbo/gdm-password.pam')
-rw-r--r--data/pam-exherbo/gdm-password.pam18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/pam-exherbo/gdm-password.pam b/data/pam-exherbo/gdm-password.pam
new file mode 100644
index 00000000..3ad9ce5c
--- /dev/null
+++ b/data/pam-exherbo/gdm-password.pam
@@ -0,0 +1,18 @@
+# mirrors system-auth / system(-local)-login
+# except for the authentication method, which is:
+# password login
+
+auth required pam_env.so
+auth required pam_tally.so file=/var/log/faillog onerr=succeed
+auth required pam_shells.so
+auth required pam_nologin.so
+auth required pam_unix.so try_first_pass likeauth nullok
+-auth optional pam_gnome_keyring.so
+
+account include system-local-login
+
+password include system-local-login
+
+session include system-local-login
+-session optional pam_gnome_keyring.so auto_start
+