mirror of https://github.com/fairyglade/ly.git
22 lines
553 B
Plaintext
22 lines
553 B
Plaintext
#%PAM-1.0
|
|
|
|
# Unlock GNOME Keyring
|
|
-auth optional pam_gnome_keyring.so
|
|
-session optional pam_gnome_keyring.so auto_start
|
|
|
|
# Unlock KWallet
|
|
-auth optional pam_kwallet5.so
|
|
-session optional pam_kwallet5.so auto_start
|
|
|
|
# Integrate with systemd-logind
|
|
-session optional pam_systemd.so class=greeter
|
|
|
|
# Integrate with elogind
|
|
-session optional pam_elogind.so
|
|
|
|
# Include system defaults
|
|
auth include login
|
|
account include login
|
|
password include login
|
|
session include login
|