Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 88267 invoked from network); 16 Sep 2008 13:42:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 13:42:15 -0000 Received: (qmail 46254 invoked by uid 500); 16 Sep 2008 13:42:11 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 46201 invoked by uid 500); 16 Sep 2008 13:42:11 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 46192 invoked by uid 99); 16 Sep 2008 13:42:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 06:42:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 13:41:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 96B132388A08; Tue, 16 Sep 2008 06:41:53 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r695881 - in /httpd/httpd/trunk/docs/manual/mod: mod_ldap.html.en mod_ldap.xml Date: Tue, 16 Sep 2008 13:41:52 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080916134153.96B132388A08@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Tue Sep 16 06:41:51 2008 New Revision: 695881 URL: http://svn.apache.org/viewvc?rev=695881&view=rev Log: "AuthzLDAPAuthoritative off" isn't required to accept valid-user anymore (and these are SDK/SSL examples, not mod_authnz_ldap examples) Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.html.en httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ldap.html.en?rev=695881&r1=695880&r2=695881&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_ldap.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_ldap.html.en Tue Sep 16 06:41:51 2008 @@ -105,7 +105,6 @@ Deny from all
Allow from yourdomain.example.com
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -245,7 +244,6 @@ Deny from all
Allow from yourdomain.example.com
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -265,7 +263,6 @@ Deny from all
Allow from yourdomain.example.com
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -317,7 +314,6 @@ Allow from yourdomain.example.com
LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -384,7 +380,6 @@ LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem
LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml?rev=695881&r1=695880&r2=695881&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml Tue Sep 16 06:41:51 2008 @@ -80,7 +80,6 @@ Deny from all
Allow from yourdomain.example.com
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -222,7 +221,6 @@ Deny from all
Allow from yourdomain.example.com
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -242,7 +240,6 @@ Deny from all
Allow from yourdomain.example.com
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -294,7 +291,6 @@ Allow from yourdomain.example.com
LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location> @@ -361,7 +357,6 @@ LDAPTrustedClientCert CERT_BASE64 /certs/cert1.pem
LDAPTrustedClientCert KEY_BASE64 /certs/key1.pem
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
- AuthzLDAPAuthoritative off
Require valid-user
</Location>