mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Generate documentation
This commit is contained in:
parent
76d11f71de
commit
2373aa327f
1 changed files with 13 additions and 1 deletions
14
master.html
14
master.html
|
@ -932,8 +932,9 @@ server.</p>
|
|||
This can be used to provide the username from a reverse proxy.</p>
|
||||
<p><code>ldap</code> : Use a LDAP or AD server to authenticate
|
||||
users.</p>
|
||||
<p><code>dovecot</code> : Use a local Dovecot server to authenticate
|
||||
<p><code>dovecot</code> : Use a Dovecot server to authenticate
|
||||
users.</p>
|
||||
<p><code>imap</code> : Use a IMAP server to authenticate users.</p>
|
||||
<p>Default: <code>none</code></p>
|
||||
</section>
|
||||
<section class="level5" id="cache_logins">
|
||||
|
@ -1098,6 +1099,17 @@ access to the socket.</p>
|
|||
<p>Port of via network exposed dovecot socket</p>
|
||||
<p>Default: <code>12345</code></p>
|
||||
</section>
|
||||
<section class="level5" id="imap_host">
|
||||
<h5>imap_host <a class="headerlink" href="#imap_host">¶</a></h5>
|
||||
<p>IMAP server hostname: address | address:port | [address]:port |
|
||||
imap.server.tld</p>
|
||||
<p>Default: <code>localhost</code></p>
|
||||
</section>
|
||||
<section class="level5" id="imap_security">
|
||||
<h5>imap_security <a class="headerlink" href="#imap_security">¶</a></h5>
|
||||
<p>Secure the IMAP connection: tls | starttls | none</p>
|
||||
<p>Default: <code>tls</code></p>
|
||||
</section>
|
||||
<section class="level5" id="lc_username">
|
||||
<h5>lc_username <a class="headerlink" href="#lc_username">¶</a></h5>
|
||||
<p>Сonvert username to lowercase, must be true for case-insensitive auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue