Next: , Previous: , Up: LDAP Internationalization   [Contents][Index]


60.2.4.1 LDAP Internationalization Variables

Variable: ldap-ignore-attribute-codings

If non-nil, no encoding/decoding will be performed LDAP attribute values

Variable: ldap-coding-system

Coding system of LDAP string values. LDAP v3 specifies the coding system of strings to be UTF-8. You need an SXEmacs with Mule support for this.

Variable: ldap-default-attribute-decoder

Decoder function to use for attributes whose syntax is unknown. Such a function receives an encoded attribute value as a string and should return the decoded value as a string.

Variable: ldap-attribute-syntax-encoders

A vector of functions used to encode LDAP attribute values. The sequence of functions corresponds to the sequence of LDAP attribute syntax object identifiers of the form 1.3.6.1.4.1.1466.1115.121.1.* as defined in RFC2252 section 4.3.2. As of this writing, only a few encoder functions are available.

Variable: ldap-attribute-syntax-decoders

A vector of functions used to decode LDAP attribute values. The sequence of functions corresponds to the sequence of LDAP attribute syntax object identifiers of the form 1.3.6.1.4.1.1466.1115.121.1.* as defined in RFC2252 section 4.3.2. As of this writing, only a few decoder functions are available.

Variable: ldap-attribute-syntaxes-alist

A map of LDAP attribute names to their type object id minor number. This table is built from RFC2252 Section 5 and RFC2256 Section 5.