Variable: ldap-ignore-attribute-codings

ldap-ignore-attribute-codings is a customizable variable defined in ldap.el.gz.

Value

nil

Documentation

If non-nil, do not encode/decode LDAP attribute values.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-ignore-attribute-codings nil
  "If non-nil, do not encode/decode LDAP attribute values."
  :type 'boolean)