diff options
author | Bram Matthys <syzop@vulnscan.org> | 2017-10-09 10:31:21 +0200 |
---|---|---|
committer | Bram Matthys <syzop@vulnscan.org> | 2017-10-09 10:31:21 +0200 |
commit | 2ec65023a6b4acbe19af05a0971f5900ae6deae3 (patch) | |
tree | 117b80a48680ada9faa5c5f61f8a7baab8cdd742 /data | |
parent | 2ad76278ddac518d1c03eb15f6b0dfe518c4ca30 (diff) |
Load sasl module by default.
Diffstat (limited to 'data')
-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 9c7d9f70a..461e455e2 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -540,7 +540,7 @@ module { name = "help" } * authenticating users through this mechanism. Supported mechanisms are: * PLAIN, EXTERNAL. */ -#module { name = "m_sasl" } +module { name = "m_sasl" } /* * m_ssl_gnutls [EXTRA] |