prashanthmadduri
prashanthmadduri
### Issue > We are using `redis` node module for Redis client to communicate with Redis server. We are facing `NR_CLOSED` error intermediately and failing to reproduce the issue. Due...
Hi Team, The ldapjs client API is not throwing proper error when passing incorrect filter data. Below is code snippet: ```js var ldap = require('ldapjs') var client = ldap.createClient({ url:...
Connection Timeout Error while retreiving newly created computer object using date filter in Microsoft Active Directory. Below is the code snippet for the execution: ``` var ldap = require('ldapjs'); var...
Hi Team, We tried add method execution to add the object into Microsoft Active Directory with `timeout ` attribute value set to 10 milliseconds and registered `timeout` event to capture...
Hi Team, We are connecting to Microsoft Active Directory using ldapjs. Whenever we are trying to add object that is already available we are getting below error. ``` { EntryAlreadyExistsError:...