Mercurial > prosody-modules
diff mod_auth_imap/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auth_imap/README.wiki Mon Aug 24 16:43:56 2015 +0200 @@ -0,0 +1,18 @@ +#summary IMAP authentication module +#labels Stage-Alpha,Type-Auth + += Introduction = + +This is a Prosody authentication plugin which uses a generic IMAP server as the backend. + += Configuration = + +|| option || type || default || +|| imap_auth_host || string || localhost || +|| imap_auth_port || number || nil || +|| imap_auth_realm || string || Same as the sasl_realm option || +|| imap_auth_service_name || string || nil || +|| auth_append_host || boolean || false || +|| auth_imap_verify_certificate || boolean || true || +|| auth_imap_ssl || table || A SSL/TLS config || +