2 # Legacy PAM configuration
4 # The shipped PAM configuration has moved from the legacy /etc/pam.conf to
5 # the new /etc/pam.d model. See pam.conf(4) for more information.
7 # The following entries are here until userland starts shipping its own
8 # /etc/pam.d fragments.
10 # GDM Autologin (explicit because of pam_allow). These need to be
11 # here as there is no mechanism for packages to amend pam.conf as
14 gdm-autologin auth required pam_unix_cred.so.1
15 gdm-autologin auth sufficient pam_allow.so.1
17 # cups service (explicit because of non-usage of pam_roles.so.1)
19 cups account required pam_unix_account.so.1
21 # GDM Autologin (explicit because of pam_allow) This needs to be here
22 # as there is no mechanism for packages to amend pam.conf as they are
25 gdm-autologin account sufficient pam_allow.so.1