File: ldap.el.html

This package provides basic functionality to perform searches on LDAP
   servers. It requires a command line utility generally named
   ldapsearch to actually perform the searches. That program can be
   found in all LDAP developer kits such as:
     - UM-LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/)
     - OpenLDAP (https://www.openldap.org/)

Defined variables (13)

ldap-attribute-syntax-decodersA vector of functions used to decode LDAP attribute values.
ldap-attribute-syntax-encodersA vector of functions used to encode LDAP attribute values.
ldap-attribute-syntaxes-alistA map of LDAP attribute names to their type object id minor number.
ldap-coding-systemCoding system of LDAP string values.
ldap-default-attribute-decoderDecoder function to use for attributes whose syntax is unknown.
ldap-default-baseDefault base for LDAP searches.
ldap-default-hostDefault LDAP server.
ldap-default-portDefault TCP port for LDAP connections.
ldap-host-parameters-alistAlist of host-specific options for LDAP transactions.
ldap-ignore-attribute-codingsIf non-nil, do not encode/decode LDAP attribute values.
ldap-ldapsearch-argsA list of additional arguments to pass to ‘ldapsearch’.
ldap-ldapsearch-password-prompt-regexpRegexp used to recognize the ‘ldapsearch’ program’s password prompt.
ldap-ldapsearch-progThe name of the ldapsearch command line program.

Defined functions (12)

ldap-decode-address(STR)
ldap-decode-attribute(ATTR)
ldap-decode-boolean(STR)
ldap-decode-string(STR)
ldap-encode-address(STR)
ldap-encode-boolean(BOOL)
ldap-encode-country-string(STR)
ldap-encode-string(STR)
ldap-get-host-parameter(HOST PARAMETER)
ldap-password-read(HOST)
ldap-search(FILTER &optional HOST ATTRIBUTES ATTRSONLY WITHDN)
ldap-search-internal(SEARCH-PLIST)

Defined faces (0)