summaryrefslogtreecommitdiff
path: root/debian/examples/sasl/sasl.m4.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/examples/sasl/sasl.m4.in')
-rw-r--r--debian/examples/sasl/sasl.m4.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/examples/sasl/sasl.m4.in b/debian/examples/sasl/sasl.m4.in
index 0eb8dcc..f1afcf8 100644
--- a/debian/examples/sasl/sasl.m4.in
+++ b/debian/examples/sasl/sasl.m4.in
@@ -40,11 +40,11 @@ dnl #
dnl # Available Authentication methods
dnl #
define(`confAUTH_MECHANISMS',dnl
-`DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN')dnl
+`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN')dnl
dnl #
dnl # These, we will trust for relaying
dnl #
-TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN')
+TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN')
dnl #
dnl # for 8.12.0+, add EXTERNAL as an available & trusted mech (w/STARTTLS)
dnl # and allow sharing of /etc/sasldb(2) file, allow group read/write