]> granicus.if.org Git - apache/commitdiff
"AuthzLDAPAuthoritative off" isn't required to accept valid-user anymore
authorEric Covener <covener@apache.org>
Tue, 16 Sep 2008 13:41:51 +0000 (13:41 +0000)
committerEric Covener <covener@apache.org>
Tue, 16 Sep 2008 13:41:51 +0000 (13:41 +0000)
(and these are SDK/SSL examples, not mod_authnz_ldap examples)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@695881 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.html.en
docs/manual/mod/mod_ldap.xml

index 0525a43c88edea81b4d7d52a8199cce777ac7e07..bc8515a4cb8f84d815af991aae12ffdb29bc3c95 100644 (file)
@@ -105,7 +105,6 @@ by other LDAP modules</td></tr>
         Deny from all<br />
         Allow from yourdomain.example.com<br />
         AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one<br />
-        AuthzLDAPAuthoritative off<br />
         Require valid-user<br />
       </span>
       &lt;/Location&gt;
@@ -245,7 +244,6 @@ by other LDAP modules</td></tr>
         Deny from all<br />
         Allow from yourdomain.example.com<br />
         AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one<br />
-        AuthzLDAPAuthoritative off<br />
         Require valid-user<br />
       </span>
       &lt;/Location&gt;
@@ -265,7 +263,6 @@ by other LDAP modules</td></tr>
         Deny from all<br />
         Allow from yourdomain.example.com<br />
         AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS<br />
-        AuthzLDAPAuthoritative off<br />
         Require valid-user<br />
       </span>
       &lt;/Location&gt;
@@ -317,7 +314,6 @@ by other LDAP modules</td></tr>
                 Allow from yourdomain.example.com<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 />
             </span>
             &lt;/Location&gt;
@@ -384,7 +380,6 @@ by other LDAP modules</td></tr>
                 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 />
             </span>
             &lt;/Location&gt;
index 50a68dc0ad5d42f43a6ce5a806cbb1dca7c7407c..e88c34a56352e2271ca34faa743f0a1cf6c8c27d 100644 (file)
@@ -80,7 +80,6 @@ by other LDAP modules</description>
         Deny from all<br />
         Allow from yourdomain.example.com<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;
@@ -222,7 +221,6 @@ by other LDAP modules</description>
         Deny from all<br />
         Allow from yourdomain.example.com<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;
@@ -242,7 +240,6 @@ by other LDAP modules</description>
         Deny from all<br />
         Allow from yourdomain.example.com<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;
@@ -294,7 +291,6 @@ by other LDAP modules</description>
                 Allow from yourdomain.example.com<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;
@@ -361,7 +357,6 @@ by other LDAP modules</description>
                 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;