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
8b9e555c47
commit
d2aca12e6e
2 changed files with 28 additions and 2 deletions
28
master.html
28
master.html
|
@ -953,9 +953,35 @@ username. User '{0}' as placeholder for the user name.</p>
|
||||||
<section class="level5" id="ldap_load_groups">
|
<section class="level5" id="ldap_load_groups">
|
||||||
<h5>ldap_load_groups <a class="headerlink" href="#ldap_load_groups">¶</a></h5>
|
<h5>ldap_load_groups <a class="headerlink" href="#ldap_load_groups">¶</a></h5>
|
||||||
<p>Load the ldap groups of the authenticated user. These groups can be
|
<p>Load the ldap groups of the authenticated user. These groups can be
|
||||||
used later on to define rights.</p>
|
used later on to define rights. This also gives you access to the group
|
||||||
|
calendars, if they exist.</p>
|
||||||
|
<ul>
|
||||||
|
<li>The group calendar will be placed under
|
||||||
|
collection_root_folder/GROUPS</li>
|
||||||
|
<li>The name of the calendar directory is the base64 encoded group
|
||||||
|
name.</li>
|
||||||
|
<li>The group calneder folders will not be created automaticaly. This
|
||||||
|
must be created manualy. <a href="https://github.com/Kozea/Radicale/wiki/LDAP-authentication">Here</a>
|
||||||
|
you can find a script to create group calneder folders <a href="https://github.com/Kozea/Radicale/wiki/LDAP-authentication">https://github.com/Kozea/Radicale/wiki/LDAP-authentication</a></li>
|
||||||
|
</ul>
|
||||||
<p>Default: False</p>
|
<p>Default: False</p>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="level5" id="ldap_use_ssl">
|
||||||
|
<h5>ldap_use_ssl <a class="headerlink" href="#ldap_use_ssl">¶</a></h5>
|
||||||
|
<p>Use ssl on the ldap connection</p>
|
||||||
|
<p>Default: False</p>
|
||||||
|
</section>
|
||||||
|
<section class="level5" id="ldap_ssl_verify_mode">
|
||||||
|
<h5>ldap_ssl_verify_mode <a class="headerlink" href="#ldap_ssl_verify_mode">¶</a></h5>
|
||||||
|
<p>The certifikat verification mode. NONE, OPTIONAL or REQUIRED</p>
|
||||||
|
<p>Default: REQUIRED</p>
|
||||||
|
</section>
|
||||||
|
<section class="level5" id="ldap_ssl_ca_file">
|
||||||
|
<h5>ldap_ssl_ca_file <a class="headerlink" href="#ldap_ssl_ca_file">¶</a></h5>
|
||||||
|
<p>The path to the CA file in pem format which is used to certificate
|
||||||
|
the server certificate</p>
|
||||||
|
<p>Default:</p>
|
||||||
|
</section>
|
||||||
<section class="level5" id="lc_username">
|
<section class="level5" id="lc_username">
|
||||||
<h5>lc_username <a class="headerlink" href="#lc_username">¶</a></h5>
|
<h5>lc_username <a class="headerlink" href="#lc_username">¶</a></h5>
|
||||||
<p>Сonvert username to lowercase, must be true for case-insensitive auth
|
<p>Сonvert username to lowercase, must be true for case-insensitive auth
|
||||||
|
|
2
v3.html
2
v3.html
|
@ -286,7 +286,7 @@ You can login with any username and password.</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="level4" id="whats-new">
|
<section class="level4" id="whats-new">
|
||||||
<h4>What's New? <a class="headerlink" href="#whats-new">¶</a></h4>
|
<h4>What's New? <a class="headerlink" href="#whats-new">¶</a></h4>
|
||||||
<p>Read the <a href="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md">changelog
|
<p>Read the <a href="https://github.com/Kozea/Radicale/blob/v3/CHANGELOG.md">changelog
|
||||||
on GitHub.</a></p>
|
on GitHub.</a></p>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue