SHA256
1
0
forked from pool/gdm
gdm/gdm-fingerprint.pamd
Vincent Untz 4083398e2e Accepting request 133693 from GNOME:Next
Pushing from G:N; package is fine with me now; just not sure the two patches I rebased work ;-)

OBS-URL: https://build.opensuse.org/request/show/133693
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=217
2012-09-12 09:18:56 +00:00

18 lines
643 B
Plaintext

# Sample PAM file for doing fingerprint authentication.
# Distros should replace this with what makes sense for them.
auth required pam_env.so
auth required pam_fprintd.so
auth sufficient pam_succeed_if.so uid >= 500 quiet
auth required pam_deny.so
account required pam_unix.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 500 quiet
account required pam_permit.so
password required pam_deny.so
session optional pam_keyinit.so revoke
session required pam_limits.so
session required pam_unix.so