From 2d3c945b6f3ad1332f5c904210a160296a9d4e1f Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 17 Dec 2002 21:42:35 +0000 Subject: [PATCH] Document the AuthLDAPCharsetConfig directive 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 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 -- 2.40.0