diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-08-13 20:43:41 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2012-08-20 16:20:16 +0200 |
commit | 327b59d73266f8215b8945d799ce8c84043980ea (patch) | |
tree | 30c4e6eb62af977d5581e7a8b01b33cbcb338c54 /data/pam-exherbo/gdm-fingerprint.pam | |
parent | cec255f612950eeff1420c845d56a0b67aaba3dd (diff) | |
download | gdm-327b59d73266f8215b8945d799ce8c84043980ea.tar.gz |
pam: add exherbo configuration
from Exherbo commit http://git.exherbo.org/gnome.git/commit/?id=fadb3f3b8ad30833618f0695e7564983a059d58e
http://bugzilla-attachments.gnome.org/attachment.cgi?id=221058
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'data/pam-exherbo/gdm-fingerprint.pam')
-rw-r--r-- | data/pam-exherbo/gdm-fingerprint.pam | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/pam-exherbo/gdm-fingerprint.pam b/data/pam-exherbo/gdm-fingerprint.pam new file mode 100644 index 00000000..15f24fae --- /dev/null +++ b/data/pam-exherbo/gdm-fingerprint.pam @@ -0,0 +1,17 @@ +# mirrors system-auth / system(-local)-login +# except for the authentication method, which is: +# fingerprint 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_fprintd.so +-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 |