#
ldapjs
Here are 15 public repositories matching this topic...
A simple NPM package for creating a pool of LDAP clients.
nodejs
javascript
ldap
typescript
pool
javascript-library
typescript-library
ldap-library
ldap-client
ldapjs
ldap-pool
-
Updated
May 30, 2018 - JavaScript
Open Source Web App Directory Manager
-
Updated
Apr 9, 2022 - JavaScript
An LDAP server that uses Plex as the provider.
-
Updated
Jan 18, 2018 - JavaScript
Blockchain-based Identification and Access Control for OpenBanking Ecosystem
-
Updated
Oct 15, 2021 - JavaScript
ACM AD management written in Typescript
-
Updated
Mar 23, 2019 - TypeScript
Promisified wrapper around the ldapjs client.
-
Updated
May 17, 2022 - TypeScript
A lightweight wrapper for ldapjs for CRUD actions and some more
-
Updated
Feb 13, 2018 - JavaScript
Authentication in Nextjs application with NextAuth and ldapjs
-
Updated
Mar 30, 2022 - JavaScript
Implementation of LDAP server for user authentication.
-
Updated
Jun 18, 2021 - JavaScript
Fork of https://github.com/joyent/node-asn1 published as `@ldapjs/asn1`
-
Updated
Jun 5, 2022 - JavaScript
Improve this page
Add a description, image, and links to the ldapjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ldapjs topic, visit your repo's landing page and select "manage topics."


Calling
client.search(base,opts, function(err, res){})with a malformed filter (e.g.(uid=)) means you can't clean up the client connection without triggering an error as the outstanding search message's error callback is triggered.When
client.ubind()called there is still a message on the queue. Has the search not returned anerrthen I could have used themessageIDwith `client.aba