summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ldap.xml
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2006-06-28 20:42:16 +0200
committerBradley Nicholes <bnicholes@apache.org>2006-06-28 20:42:16 +0200
commitcaf50e1f77543dd5e8cd0150619f1808eea94cdc (patch)
tree48e74166b75376ce6c224ed55a89138ad752d540 /docs/manual/mod/mod_ldap.xml
parent* Retry worker chosen by client supplied route / redirect worker if it (diff)
downloadapache2-caf50e1f77543dd5e8cd0150619f1808eea94cdc.tar.xz
apache2-caf50e1f77543dd5e8cd0150619f1808eea94cdc.zip
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
Diffstat (limited to 'docs/manual/mod/mod_ldap.xml')
-rw-r--r--docs/manual/mod/mod_ldap.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index 3cbc8a2714..dfe164df89 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -79,8 +79,8 @@ by other LDAP modules</description>
Order deny,allow<br />
Deny from all<br />
Allow from yourdomain.example.com<br />
- AuthLDAPEnabled on<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;
@@ -209,8 +209,8 @@ by other LDAP modules</description>
Order deny,allow<br />
Deny from all<br />
Allow from yourdomain.example.com<br />
- AuthLDAPEnabled on<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;
@@ -229,8 +229,8 @@ by other LDAP modules</description>
Order deny,allow<br />
Deny from all<br />
Allow from yourdomain.example.com<br />
- AuthLDAPEnabled on<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;
@@ -280,9 +280,9 @@ by other LDAP modules</description>
Order deny,allow<br />
Deny from all<br />
Allow from yourdomain.example.com<br />
- AuthLDAPEnabled on<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;
@@ -346,10 +346,10 @@ by other LDAP modules</description>
Order deny,allow<br />
Deny from all<br />
Allow from yourdomain.example.com<br />
- AuthLDAPEnabled on<br />
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;