node-ldapjs/docs/persistent_search.md

851 B

titile markdown2extras logo-color logo-font-family header-font-family
Persistent Search Cache API| ldapjs wiki-tables green google:Aldrich, Verdana, sans-serif google:Aldrich, Verdana, sans-serif

ldapjs Persistent Search Cache API

This document covers the ldapjs Persistent Search Cache API and assumes you are familiar with LDAP. If you're not, read the guide first.

This document also assumes you are familiar with LDAP persistent search. If you're not, read the rfc first.

Note this API is a cache used to store all connected persistent search clients, and does not actually implement persistent search.

addClient(req, res, callback)

Adds a client to the cache.

removeClient(req, res, callback)

Removes a client from the cache.