Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary IMAP authentication module | |
2 #labels Stage-Alpha,Type-Auth | |
3 | |
4 = Introduction = | |
5 | |
6 This is a Prosody authentication plugin which uses a generic IMAP server as the backend. | |
7 | |
8 = Configuration = | |
9 | |
10 || option || type || default || | |
11 || imap_auth_host || string || localhost || | |
12 || imap_auth_port || number || nil || | |
13 || imap_auth_realm || string || Same as the sasl_realm option || | |
14 || imap_auth_service_name || string || nil || | |
15 || auth_append_host || boolean || false || | |
16 || auth_imap_verify_certificate || boolean || true || | |
17 || auth_imap_ssl || table || A SSL/TLS config || | |
18 |