diff options
-rw-r--r-- | data/modules.example.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 319bc1e27..df2077b4d 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -428,12 +428,28 @@ 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] * * This module allows authenticating users against an external SQL database using a custom |