]> granicus.if.org Git - apache/commitdiff
Change the example code to use the AuthzLDAPAutoritative directive and remove the...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 28 Jun 2006 18:42:16 +0000 (18:42 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 28 Jun 2006 18:42:16 +0000 (18:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417838 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index 3cbc8a2714fbe0edfef9665beb53a14017dbaa2a..dfe164df89359aeec4f76ff81c679d4c224fd4c2 100644 (file)
@@ -79,8 +79,8 @@ by other LDAP modules</description>
         Order deny,allow<br />
         Deny from all<br />
         Allow from yourdomain.example.com<br />
-        AuthLDAPEnabled on<br />
         AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one<br />
+        AuthzLDAPAuthoritative off<br />
         require valid-user<br />
       </indent>
       &lt;/Location&gt;
@@ -209,8 +209,8 @@ by other LDAP modules</description>
         Order deny,allow<br />
         Deny from all<br />
         Allow from yourdomain.example.com<br />
-        AuthLDAPEnabled on<br />
         AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
+        AuthzLDAPAuthoritative off<br />
         require valid-user<br />
       </indent>
       &lt;/Location&gt;
@@ -229,8 +229,8 @@ by other LDAP modules</description>
         Order deny,allow<br />
         Deny from all<br />
         Allow from yourdomain.example.com<br />
-        AuthLDAPEnabled on<br />
         AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS<br />
+        AuthzLDAPAuthoritative off<br />
         require valid-user<br />
       </indent>
       &lt;/Location&gt;
@@ -280,9 +280,9 @@ by other LDAP modules</description>
                 Order deny,allow<br />
                 Deny from all<br />
                 Allow from yourdomain.example.com<br />
-                AuthLDAPEnabled on<br />
                 LDAPTrustedClientCert CERT_NICKNAME &lt;nickname&gt; [password]<br />
                 AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
+                AuthzLDAPAuthoritative off<br />
                 require valid-user<br />
             </indent>
             &lt;/Location&gt;
@@ -346,10 +346,10 @@ by other LDAP modules</description>
                 Order deny,allow<br />
                 Deny from all<br />
                 Allow from yourdomain.example.com<br />
-                AuthLDAPEnabled on<br />
                 LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem<br />
                 LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem<br />
                 AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
+                AuthzLDAPAuthoritative off<br />
                 require valid-user<br />
             </indent>
             &lt;/Location&gt;