# HG changeset patch # User Matthew Wild # Date 1226778622 0 # Node ID 5672d2be1bf3162595768b7151a427724ecc7015 # Parent f9b7afd42b67db095ce723ef2f29b94853b20ea8 Comment out DIGEST-MD5 until it is fully implemented diff -r f9b7afd42b67 -r 5672d2be1bf3 plugins/mod_saslauth.lua --- a/plugins/mod_saslauth.lua Sat Nov 15 19:44:09 2008 +0000 +++ b/plugins/mod_saslauth.lua Sat Nov 15 19:50:22 2008 +0000 @@ -101,7 +101,7 @@ t_insert(features, ""); -- TODO: Provide PLAIN only if TLS is active, this is a SHOULD from the introduction of RFC 4616. This behavior could be overridden via configuration but will issuing a warning or so. t_insert(features, "PLAIN"); - t_insert(features, "DIGEST-MD5"); + -- t_insert(features, "DIGEST-MD5"); t_insert(features, ""); else t_insert(features, "");