]> granicus.if.org Git - apache/commitdiff
Fix a few references to mod_auth_ldap to be mod_authnz_ldap
authorBradley Nicholes <bnicholes@apache.org>
Fri, 20 Aug 2004 16:24:52 +0000 (16:24 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 20 Aug 2004 16:24:52 +0000 (16:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104745 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml
docs/manual/programs/configure.xml

index c1b3b579f28615d20814d83d3f8a46db645be895..0f091dda31b4096df8157431ff2ac31595a509ec 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -52,12 +52,12 @@ by other LDAP modules</description>
 <section id="exampleconfig"><title>Example Configuration</title>
     <p>The following is an example configuration that uses
     <module>mod_ldap</module> to increase the performance of HTTP Basic
-    authentication provided by <module>mod_auth_ldap</module>.</p>
+    authentication provided by <module>mod_authnz_ldap</module>.</p>
 
     <example>
       # 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 />
@@ -107,7 +107,7 @@ by other LDAP modules</description>
     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><module>mod_ldap</module> supports two types of LDAP caching during
@@ -193,7 +193,7 @@ by other LDAP modules</description>
 
     <example>
       # 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 />
index e349bc98305b692d2d6a146041ee2d9297441927..1bc679d430638a9ad28503bac3e239c712067be9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
 
         <dt><code>--enable-auth-ldap</code></dt>
         <dd>Enable LDAP based authentication provided by
-          <module>mod_auth_ldap</module>.</dd>
+          <module>mod_authnz_ldap</module>.</dd>
           
         <dt><code>--enable-cache</code></dt>
         <dd>Enable dynamic file caching provided by