pam: Add complete configuration.
[matthijs/servers/tika.git] / etc / pam.d / common-auth
1 #
2 # /etc/pam.d/common-auth - authentication settings common to all services
3 #
4 # This file is included from other service-specific PAM config files.
5
6 # Allow both local and ldap logins.
7 auth            sufficient      pam_unix.so nullok_secure
8
9 auth            sufficient      pam_ldap.so use_first_pass
10
11 auth            required        pam_deny.so