prashanthmadduri

Results 6 comments of prashanthmadduri

Hi @jsumners Thank you for your inputs but it is not possible to handle with generic error for invalid filter parameter. If we use `try....catch` for `client.search(...)` then how we...

Hi @jsumners, The issue raised in #554 is for providing Standard LDAP error code. As per my understanding ldapjs is not providing LDAP standard error code in the error details....

Hi @jsumners Regarding #556, we are using V1.0.2 release of ldapjs for implementation. We will try with higher value and will comeback with logs. Other issue is irrespective of timeout...

Hi @jsumners Here, why nodejs is allowing to add entry into AD irrespective of timeout error. As per my understanding it should not allow add entry after timeout error.

Hi @jsumners We could not capture error code using `err.code`. As per our analysis nodejs is not returning error code 68 in the error details. Thank you.

Hi @jsumners, I have provided sample code for reproducing this issue. I will try to check for test suite. Thank you.