Function: ldap-get-host-parameter
ldap-get-host-parameter is a byte-compiled function defined in
ldap.el.gz.
Signature
(ldap-get-host-parameter HOST PARAMETER)
Documentation
Get the value of PARAMETER for HOST in ldap-host-parameters-alist.
Aliases
eudc-ldap-get-host-parameter (obsolete since 29.1)
Source Code
;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
;; LDAP protocol functions
(defun ldap-get-host-parameter (host parameter)
"Get the value of PARAMETER for HOST in `ldap-host-parameters-alist'."
(plist-get (cdr (assoc host ldap-host-parameters-alist))
parameter))