diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2005-03-01 19:02:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:46 +0200 |
commit | b8c9d9d14db0b72b65a54a4285066e2024ea4a03 (patch) | |
tree | 05c47a47c6efcce83b44383979059765f824dfb6 /debian/examples/pam.d | |
parent | a875402789ecb6c61ead9b214e258c83e4d135e6 (diff) | |
download | sendmail-debian/8.13.3-8.tar.gz |
Imported Debian patch 8.13.3-8debian/8.13.3-8
Diffstat (limited to 'debian/examples/pam.d')
-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 |