summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_ldap.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-08-20 16:54:03 +0000
committerAndré Malo <nd@apache.org>2004-08-20 16:54:03 +0000
commit0239bc6ec6afc491fefe1f66ec3ab16fddee4d8a (patch)
tree04314e664a765b502056b992aea2df4f545e1e9d /docs/manual/mod/mod_ldap.html.en
parentd7b6f07d8e92134c470f6d540132d5f7207fee5b (diff)
downloadhttpd-0239bc6ec6afc491fefe1f66ec3ab16fddee4d8a.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ldap.html.en')
-rw-r--r--docs/manual/mod/mod_ldap.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en
index a30d2933eb..84f851ebaa 100644
--- a/docs/manual/mod/mod_ldap.html.en
+++ b/docs/manual/mod/mod_ldap.html.en
@@ -72,12 +72,12 @@ by other LDAP modules</td></tr>
<h2><a name="exampleconfig" id="exampleconfig">Example Configuration</a></h2>
<p>The following is an example configuration that uses
<code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code> to increase the performance of HTTP Basic
- authentication provided by <code class="module"><a href="../mod/mod_auth_ldap.html">mod_auth_ldap</a></code>.</p>
+ authentication provided by <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>.</p>
<div class="example"><p><code>
# Enable the LDAP connection pool and shared<br />
# memory cache. Enable the LDAP cache status<br />
- # handler. Requires that mod_ldap and mod_auth_ldap<br />
+ # handler. Requires that mod_ldap and mod_authnz_ldap<br />
# be loaded. Change the "yourdomain.example.com" to<br />
# match your domain.<br />
<br />
@@ -127,7 +127,7 @@ by other LDAP modules</td></tr>
caching strategy to minimize the number of times that the LDAP
server must be contacted. Caching can easily double or triple
the throughput of Apache when it is serving pages protected
- with mod_auth_ldap. In addition, the load on the LDAP server
+ with mod_authnz_ldap. In addition, the load on the LDAP server
will be significantly decreased.</p>
<p><code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code> supports two types of LDAP caching during
@@ -211,7 +211,7 @@ by other LDAP modules</td></tr>
<div class="example"><p><code>
# Establish an SSL LDAP connection. Requires that <br />
- # mod_ldap and mod_auth_ldap be loaded. Change the <br />
+ # mod_ldap and mod_authnz_ldap be loaded. Change the <br />
# "yourdomain.example.com" to match your domain.<br />
<br />
LDAPTrustedCA /certs/certfile.der<br />