From: Bradley Nicholes Date: Wed, 28 Jun 2006 18:42:16 +0000 (+0000) Subject: Change the example code to use the AuthzLDAPAutoritative directive and remove the... X-Git-Tag: 2.3.0~2302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf50e1f77543dd5e8cd0150619f1808eea94cdc;p=thirdparty%2Fapache%2Fhttpd.git Change the example code to use the AuthzLDAPAutoritative directive and remove the AuthLDAPEnabled directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@417838 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index 3cbc8a2714f..dfe164df893 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -79,8 +79,8 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
- AuthLDAPEnabled on
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -209,8 +209,8 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
- AuthLDAPEnabled on
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -229,8 +229,8 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
- AuthLDAPEnabled on
AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -280,9 +280,9 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
- AuthLDAPEnabled on
LDAPTrustedClientCert CERT_NICKNAME <nickname> [password]
AuthLDAPURL ldaps://127.0.0.1/dc=example,dc=com?uid?one
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -346,10 +346,10 @@ by other LDAP modules Order deny,allow
Deny from all
Allow from yourdomain.example.com
- AuthLDAPEnabled on
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>