1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 01:26:39 +02:00

modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfish

This commit is contained in:
Daniel Vassdal
2014-02-14 15:06:46 -08:00
parent c0ce71e55a
commit d44bcef31b
+17 -1
View File
@@ -428,11 +428,27 @@ module { name = "help" }
*
* Some IRCds allow "SASL" authentication to let users identify to Services
* during the IRCd user registration process. If this module is loaded, Services will allow
* authenticating users through this mechanism. Currently supported mechanisms are:
* authenticating users through this mechanism. Supported mechanisms are:
* PLAIN, EXTERNAL.
*/
#module { name = "m_sasl" }
/*
* m_sasl_dh-aes [EXTRA]
*
* Add the DH-AES mechanism to SASL.
* Requires m_sasl to be loaded.
*/
#module { name = "m_sasl_dh-aes" }
/*
* m_sasl_dh-aes [EXTRA]
*
* Add the DH-BLOWFISH mechanism to SASL.
* Requires m_sasl to be loaded.
*/
#module { name = "m_sasl_dh-blowfish" }
/*
* m_sql_authentication [EXTRA]
*