LdapClient
Home > @backstage/plugin-catalog-backend-module-ldap
> LdapClient
Basic wrapper for the ldapjs
library.
Helps out with promisifying calls, paging, binding etc.
Signature:
class LdapClient
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Methods
Method |
Modifiers |
Description |
---|---|---|
| ||
Get the Root DSE. | ||
Get the Server Vendor. Currently only detects Microsoft Active Directory Servers. | ||
Performs an LDAP search operation. | ||
Performs an LDAP search operation, calls a function on each entry to limit memory usage |