Variable: ldap-default-port
ldap-default-port is a customizable variable defined in ldap.el.gz.
Value
nil
Documentation
Default TCP port for LDAP connections.
Initialized from the LDAP library at build time. Default value is 389.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-default-port nil
"Default TCP port for LDAP connections.
Initialized from the LDAP library at build time.
Default value is 389."
:type '(choice (const :tag "Use library default" nil)
(natnum :tag "Port number")))