Merge branch 'merges' of git://repo.or.cz/unleashed into merges
[unleashed.git] / usr / src / lib / libpam / pam.conf
blob720c59c1e2b4337ff48a60957976deadbcfa04dc
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
12 # they are installed.
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
23 # installed.
25 gdm-autologin account  sufficient  pam_allow.so.1