From d44bcef31b7a6cbb607249bf39273c0e32b1f60a Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Fri, 14 Feb 2014 15:06:46 -0800 Subject: [PATCH] modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfish --- data/modules.example.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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,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] *