diff options
| author | Daniel Vassdal <shutter@canternet.org> | 2014-02-14 15:06:46 -0800 |
|---|---|---|
| committer | Daniel Vassdal <shutter@canternet.org> | 2014-02-14 16:06:24 -0800 |
| commit | d44bcef31b7a6cbb607249bf39273c0e32b1f60a (patch) | |
| tree | 85e664dfdeb38c1cae4bb03bddc76a183ab2d34e /data | |
| parent | c0ce71e55a7b5e01f4e53605214b39738c3732cb (diff) | |
modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfish
Diffstat (limited to 'data')
| -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 |
