]> granicus.if.org Git - apache/commitdiff
Document the AuthLDAPCharsetConfig directive
authorBradley Nicholes <bnicholes@apache.org>
Tue, 17 Dec 2002 21:42:35 +0000 (21:42 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 17 Dec 2002 21:42:35 +0000 (21:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98000 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_ldap.xml

index a625de709fcf6b53f1c88c80ef36daae7034bcb8..05482840b128cf9980478f161f628d5edc28f054 100644 (file)
@@ -579,6 +579,32 @@ authenticating the user if this one fails</description>
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>AuthLDAPCharsetConfig</name>
+<description>Language to charset conversion configuration file</description>
+<syntax>AuthLDAPCharsetConfig <em>file-path</em></syntax>
+<contextlist><context>server config</context>
+</contextlist>
+
+<usage>
+    <p>The <directive>AuthLDAPCharsetConfig</directive> directive sets the location
+    of the language to charset conversion configuration file. <var>File-path</var> is relative
+    to the <directive module="core">ServerRoot</directive>. This file specifies
+    the list of language extensions to character sets.
+    Most administrators use the provided <code>charset.conv</code>
+    file, which associates common language extensions to character sets.</p>
+
+    <p>The file contains lines in the following format:</p>
+
+    <example>
+      <var>Language-Extension</var> <var>charset<var> [<var>Language-String</var>] ...
+    </example>
+
+    <p>The case of the extension does not matter. Blank lines, and lines
+    beginning with a hash character (<code>#</code>) are ignored.</p>
+</usage>
+</directivesynopsis>
+
 <directivesynopsis>
 <name>AuthLDAPCompareDNOnServer</name>
 <description>Use the LDAP server to compare the DNs</description>