Variable: smime-ldap-host-list

smime-ldap-host-list is a customizable variable defined in smime.el.gz.

Value

nil

Documentation

A list of LDAP hosts with S/MIME user certificates.

If needed search base, binddn, passwd, etc. for the LDAP host must be set in ldap-host-parameters-alist.

This variable was added, or its default value changed, in Emacs 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/smime.el.gz
(defcustom smime-ldap-host-list nil
  "A list of LDAP hosts with S/MIME user certificates.
If needed search base, binddn, passwd, etc. for the LDAP host
must be set in `ldap-host-parameters-alist'."
  :type '(repeat (string :tag "Host name"))
  :version "23.1") ;; No Gnus