diff options
author | Adam <Adam@anope.org> | 2014-02-12 14:49:22 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-02-12 14:49:22 -0500 |
commit | fc50edf04631235b08d484cbd48c5826b40728cc (patch) | |
tree | 6182d6e1e1b6b2eae6731abb6f303a6b51398764 | |
parent | 269c2786e96c3c8d2711be912d8fa40d99b090d4 (diff) |
Disable m_sasl by default
-rw-r--r-- | data/modules.example.conf | 2 |
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] |