summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-02-12 14:49:22 -0500
committerAdam <Adam@anope.org>2014-02-12 14:49:22 -0500
commitfc50edf04631235b08d484cbd48c5826b40728cc (patch)
tree6182d6e1e1b6b2eae6731abb6f303a6b51398764 /data
parent269c2786e96c3c8d2711be912d8fa40d99b090d4 (diff)
Disable m_sasl by default
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf2
1 files changed, 1 insertions, 1 deletions
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]