You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/12/17 22:42:36 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_auth_ldap.xml

bnicholes    2002/12/17 13:42:35

  Modified:    docs/manual/mod mod_auth_ldap.xml
  Log:
  Document the AuthLDAPCharsetConfig directive
  
  Revision  Changes    Path
  1.8       +26 -0     httpd-2.0/docs/manual/mod/mod_auth_ldap.xml
  
  Index: mod_auth_ldap.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_ldap.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_auth_ldap.xml	15 Dec 2002 23:55:53 -0000	1.7
  +++ mod_auth_ldap.xml	17 Dec 2002 21:42:35 -0000	1.8
  @@ -580,6 +580,32 @@
   </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>
   <syntax>AuthLDAPCompareDNOnServer on|off</syntax>