Variable: ldap-ldapsearch-args
ldap-ldapsearch-args is a customizable variable defined in ldap.el.gz.
Value
("-LL" "-tt")
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 '("-LL" "-tt")
"A list of additional arguments to pass to `ldapsearch'."
:type '(repeat :tag "`ldapsearch' Arguments"
(string :tag "Argument")))