Variable: ldap-ldapsearch-prog
ldap-ldapsearch-prog is a customizable variable defined in ldap.el.gz.
Value
"ldapsearch"
Documentation
The name of the ldapsearch command line program.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-ldapsearch-prog "ldapsearch"
"The name of the ldapsearch command line program."
:type '(string :tag "`ldapsearch' Program"))