You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
414 B

{% calculate path='/etc/pam.d', name='lightdm' %}
#%PAM-1.0
auth optional pam_env.so
auth include system-login
auth required pam_nologin.so
account include system-login
password include system-login
session include system-auth
{% if pkg('gnome-base/gnome-keyring') and not pkg('mate-base/mate-session-manager') %}
session optional pam_gnome_keyring.so auto_start
{% endif %}