From: Bradley Nicholes Date: Wed, 28 Jun 2006 18:39:37 +0000 (+0000) Subject: Change the example code to use the correct directive name and the correct setting... X-Git-Tag: 2.2.3~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e4e3ceb9e09fd7b36f60169b1dc2ad457e8ea5;p=thirdparty%2Fapache%2Fhttpd.git Change the example code to use the correct directive name and the correct setting for the AuthzAuthoritative directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@417837 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index a4e1f958370..a70a929d9ba 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -79,9 +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
- AuthLDAPAuthoritative on
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -210,9 +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
- AuthLDAPAuthoritative on
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -231,9 +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
- AuthLDAPAuthoritative on
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -283,10 +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
- AuthLDAPAuthoritative on
+ AuthzLDAPAuthoritative off
require valid-user
</Location> @@ -350,11 +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
- AuthLDAPAuthoritative on
+ AuthzLDAPAuthoritative off
require valid-user
</Location>