Skip to content
Commit e8a5b196 authored by Marco Trevisan's avatar Marco Trevisan
Browse files

debian/gdm3.gdm-smartcard-sssd-or-password.pam: Always load gnome keyring and nologin

Ensure that we load the nologin and gnome-key-ring modules also if sss
module succeeded. To do this without code repetition we need to use
common-auth as a substack but this is fine here, while another
implementation could have been:

auth    [success=ok default=3] pam_sss.so allow_missing_name try_cert_auth
auth    requisite       pam_nologin.so
auth    optional        pam_gnome_keyring.so
auth    sufficient      pam_permit.so

@include common-auth
auth    requisite       pam_nologin.so
auth    optional        pam_gnome_keyring.so
parent 8bc3fbdd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment