Variable: ldap-ldapsearch-args

ldap-ldapsearch-args is a customizable variable defined in ldap.el.gz.

Value

nil

Documentation

A list of additional arguments to pass to ldapsearch.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-ldapsearch-args nil
  "A list of additional arguments to pass to `ldapsearch'."
  :type '(repeat :tag "`ldapsearch' Arguments"
		 (string :tag "Argument")))