From c682bd40dbc89e5dabcf3063551155bfae0d2210 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 16 Sep 2008 13:41:51 +0000 Subject: [PATCH] "AuthzLDAPAuthoritative off" isn't required to accept valid-user anymore (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 | 5 ----- docs/manual/mod/mod_ldap.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 0525a43c88..bc8515a4cb 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -105,7 +105,6 @@ by other LDAP modules 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 @@ by other LDAP modules 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 @@ by other LDAP modules 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 @@ by other LDAP modules 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 @@ by other LDAP modules 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> diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 50a68dc0ad..e88c34a563 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -80,7 +80,6 @@ by other LDAP modules 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 @@ by other LDAP modules 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 @@ by other LDAP modules 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 @@ by other LDAP modules 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 @@ by other LDAP modules 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> -- 2.40.0