git.lucas.co / cce-display-manager
login greeter
git clone https://git.lucas.co/cce-display-manager.git

pam/cce-display-manager (744B)

 1 #%PAM-1.0
 2 # Legacy service name. The greeter no longer authenticates against it: the
 3 # fingerprint attempt uses cce-display-manager-fprint and typed passwords use
 4 # cce-display-manager-password. pam_fprintd was removed from here so that
 5 # nothing can turn a fingerprint miss into a pam_unix/pam_faillock failure.
 6 
 7 auth       include      system-local-login
 8 -auth      optional     pam_gnome_keyring.so
 9 -auth      optional     pam_kwallet5.so
10 
11 
12 account    include      system-local-login
13 
14 password   include      system-local-login
15 -password  optional     pam_gnome_keyring.so use_authtok
16 
17 session    include      system-local-login
18 -session   optional     pam_gnome_keyring.so auto_start
19 -session   optional     pam_kwallet5.so      auto_start