You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/01/19 21:36:03 UTC

svn commit: r125656 - /httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml

Author: nd
Date: Wed Jan 19 12:36:02 2005
New Revision: 125656

URL: http://svn.apache.org/viewcvs?view=rev&rev=125656
Log:
* manual/mod/mod_ldap.xml: Fix semantic error. There is no context "All"

Modified:
   httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml?view=diff&rev=125656&p1=httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml&r1=125655&p2=httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml&r2=125656
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml	Wed Jan 19 12:36:02 2005
@@ -492,7 +492,8 @@
 connection client certificate. Not all LDAP toolkits support per
 connection client certificates.</description>
 <syntax>LDAPTrustedClientCert <var>type</var> <var>directory-path/filename/nickname</var> <var>[password]</var></syntax>
-<contextlist><context>All</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context><context>.htaccess</context></contextlist>
 
 <usage>
     <p>It specifies the directory path, file name or nickname of a
@@ -515,7 +516,8 @@
 <name>LDAPTrustedMode</name>
 <description>Specifies the SSL/TLS mode to be used when connecting to an LDAP server.</description>
 <syntax>LDAPTrustedMode <var>type</var></syntax>
-<contextlist><context>All</context></contextlist>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context><context>.htaccess</context></contextlist>
 
 <usage>
     <p>The following modes are supported:</p>