Variable: ldap-default-host
ldap-default-host is a customizable variable defined in ldap.el.gz.
Value
nil
Documentation
Default LDAP server.
A TCP port number can be appended to that name using a colon as a separator.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-default-host nil
"Default LDAP server.
A TCP port number can be appended to that name using a colon as
a separator."
:type '(choice (string :tag "Host name")
(const :tag "Use library default" nil)))