diff options
Diffstat (limited to 'debian/examples/pam.d/smtp')
-rw-r--r-- | debian/examples/pam.d/smtp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/examples/pam.d/smtp b/debian/examples/pam.d/smtp index 50f2ebe..1412137 100644 --- a/debian/examples/pam.d/smtp +++ b/debian/examples/pam.d/smtp @@ -10,7 +10,6 @@ # PAM configuration file used by SASL to authenticate a PLAIN password. # #------------------------------------------------------------------------ -#auth sufficient pam_ldap.so -auth required pam_unix.so nullok try_first_pass -account required pam_unix.so -password required pam_unix.so +@include common-auth +@include common-account +#@include common-password |