[rs-commit] r109 - /rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Wed Oct 23 00:05:59 CEST 2019
Author: minfrin at redwax.eu
Date: Wed Oct 23 00:05:58 2019
New Revision: 109
Log:
Link the module integration and hook implementation docs.
Modified:
rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
Modified: rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5 (original)
+++ rs-manual/trunk/src/site/xhtml5/mod/mod_ca_ldap.xhtml5 Wed Oct 23 00:05:58 2019
@@ -87,9 +87,23 @@
included with the certificate sign request, such as the
challenge password. If left unconfigured, all certificate
requests will be accepted.</p>
- <p>The <a href="#directive-CALdapUrl">CALdapUrl</a>
- directive enables the <a href="mod_ca.html#ca_reqauthz">Request Authorization Hook</a>
- in <a href="mod_ca_ldap.html">mod_ca_ldap</a>.</p>
+ <p>
+ This module provides the following implementations of this hook.
+ </p>
+ <table>
+ <tbody>
+ <tr>
+ <td>
+ <a href="mod_ca_ldap.html#hook-ca_ldap_reqauthz">LDAP Request Authorization</a>
+ </td>
+ <td>Verifies authorization against an LDAP directory.</td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ This hook is called by the following
+ <a href="mod_ca.html#frontend">frontend modules</a>.
+ </p>
<table>
<tbody>
<tr>
@@ -133,10 +147,23 @@
<p>This optional hook allows the newly generated certificate to
be stored locally or in a database or directory. If left
unconfigured, no local copy of the certificate will be stored.</p>
- <p>Both the <a href="#directive-CALdapUrl">CALdapUrl</a>
- directive and the <a href="#directive-CALdapCertAttribute">CALdapCertAttribute</a>
- directive enables the <a href="mod_ca.html#ca_certstore">Certificate Storage Hook</a>
- in <a href="mod_ca_ldap.html">mod_ca_ldap</a>.</p>
+ <p>
+ This module provides the following implementations of this hook.
+ </p>
+ <table>
+ <tbody>
+ <tr>
+ <td>
+ <a href="mod_ca_ldap.html#hook-ca_ldap_certstore">LDAP Certificate Storage</a>
+ </td>
+ <td>Stores a generated certificate in an LDAP directory.</td>
+ </tr>
+ </tbody>
+ </table>
+ <p>
+ This hook is called by the following
+ <a href="mod_ca.html#frontend">frontend modules</a>.
+ </p>
<table>
<tbody>
<tr>
More information about the rs-commit
mailing list