From fc50edf04631235b08d484cbd48c5826b40728cc Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 12 Feb 2014 14:49:22 -0500 Subject: [PATCH] Disable m_sasl by default --- data/modules.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/modules.example.conf b/data/modules.example.conf index 57430e2a7..319bc1e27 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -431,7 +431,7 @@ module { name = "help" } * authenticating users through this mechanism. Currently supported mechanisms are: * PLAIN, EXTERNAL. */ -module { name = "m_sasl" } +#module { name = "m_sasl" } /* * m_sql_authentication [EXTRA]