Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jan 2, 2025
1 parent 9d76ce5 commit 4955f43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions master.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ <h2>Contents</h2>
<li class="level4"><a href="#server" id="toc-server">server</a></li>
<li class="level4"><a href="#encoding" id="toc-encoding">encoding</a></li>
<li class="level4"><a href="#auth" id="toc-auth">auth</a></li>
<li class="level4"><a href="#ldap_user_attribute" id="toc-ldap_user_attribute">ldap_user_attribute</a></li>
<li class="level4"><a href="#rights" id="toc-rights">rights</a></li>
<li class="level4"><a href="#storage-1" id="toc-storage-1">storage</a></li>
<li class="level4"><a href="#web" id="toc-web">web</a></li>
Expand Down Expand Up @@ -1008,6 +1009,12 @@ <h5>ldap_filter <a class="headerlink" href="#ldap_filter">&para;</a></h5>
username. User '{0}' as placeholder for the user name.</p>
<p>Default: <code>(cn={0})</code></p>
</section>
</section>
<section class="level4" id="ldap_user_attribute">
<h4>ldap_user_attribute <a class="headerlink" href="#ldap_user_attribute">&para;</a></h4>
<p>The LDAP attribute whose value shall be used as the user name after
successful authentication</p>
<p>Default: not set, i.e. the login name given is used directly.</p>
<section class="level5" id="ldap_load_groups">
<h5>ldap_load_groups <a class="headerlink" href="#ldap_load_groups">&para;</a></h5>
<p>Load the ldap groups of the authenticated user. These groups can be
Expand Down

0 comments on commit 4955f43

Please sign in to comment.