Variable: ldap-default-attribute-decoder

ldap-default-attribute-decoder is a customizable variable defined in ldap.el.gz.

Value

nil

Documentation

Decoder function to use for attributes whose syntax is unknown.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-default-attribute-decoder nil
  "Decoder function to use for attributes whose syntax is unknown."
  :type 'symbol)