From 87ceeebe80d5469ebe10a101aee12fb0cf3d40dd Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 20 Jan 2006 17:03:51 +0000 Subject: [PATCH] Fix the documentation for the LDAPTrustedMode directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@370859 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ldap.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index b22cadb228b..34d983db52e 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -230,8 +230,7 @@ by other LDAP modules Deny from all
Allow from yourdomain.example.com
AuthLDAPEnabled on
- LDAPTrustedMode TLS - AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one
+ AuthLDAPURL ldap://127.0.0.1/dc=example,dc=com?uid?one TLS
require valid-user
</Location> @@ -540,8 +539,7 @@ connection client certificates. LDAPTrustedMode Specifies the SSL/TLS mode to be used when connecting to an LDAP server. LDAPTrustedMode type -server configvirtual host -directory.htaccess +server configvirtual host

The following modes are supported:

-- 2.47.2