Variable: eudc-ldap-no-wildcard-attributes

eudc-ldap-no-wildcard-attributes is a customizable variable defined in eudc-vars.el.gz.

Value

(objectclass objectcategory)

Documentation

LDAP attributes which are always searched for without wildcard character.

This is the list of special dictionary-valued attributes, where wildcarded search may fail. For example, it fails with objectclass in Active Directory servers.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-ldap-no-wildcard-attributes
  '(objectclass objectcategory)
  "LDAP attributes which are always searched for without wildcard character.
This is the list of special dictionary-valued attributes, where
wildcarded search may fail.  For example, it fails with
objectclass in Active Directory servers."
  :type  '(repeat (symbol :tag "Directory attribute")))