Variable: ldap-default-base
ldap-default-base is a customizable variable defined in ldap.el.gz.
Value
nil
Documentation
Default base for LDAP searches.
This is a string using the syntax of RFC 1779. For instance, "o=ACME, c=US" limits the search to the Acme organization in the United States.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-default-base nil
"Default base for LDAP searches.
This is a string using the syntax of RFC 1779.
For instance, \"o=ACME, c=US\" limits the search to the
Acme organization in the United States."
:type '(choice (const :tag "Use library default" nil)
(string :tag "Search base")))