From: Bradley Nicholes Date: Tue, 17 Dec 2002 21:42:35 +0000 (+0000) Subject: Document the AuthLDAPCharsetConfig directive X-Git-Tag: pre_ajp_proxy~2397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9040c5f16caf588d1627529549a8f6931f9ba6d;p=apache Document the AuthLDAPCharsetConfig directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98000 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_ldap.xml b/docs/manual/mod/mod_auth_ldap.xml index a625de709f..05482840b1 100644 --- a/docs/manual/mod/mod_auth_ldap.xml +++ b/docs/manual/mod/mod_auth_ldap.xml @@ -579,6 +579,32 @@ authenticating the user if this one fails + +AuthLDAPCharsetConfig +Language to charset conversion configuration file +AuthLDAPCharsetConfig file-path +server config + + + +

The AuthLDAPCharsetConfig directive sets the location + of the language to charset conversion configuration file. File-path is relative + to the ServerRoot. This file specifies + the list of language extensions to character sets. + Most administrators use the provided charset.conv + file, which associates common language extensions to character sets.

+ +

The file contains lines in the following format:

+ + + Language-Extension charset [Language-String] ... + + +

The case of the extension does not matter. Blank lines, and lines + beginning with a hash character (#) are ignored.

+
+
+ AuthLDAPCompareDNOnServer Use the LDAP server to compare the DNs