jeremycx / node-LDAP

LDAP binding for node.js
MIT License
221 stars 43 forks source link

Regarding using your code to authenticate #24

Closed narendrachoudhary closed 11 years ago

narendrachoudhary commented 12 years ago

Hi Jeremycx,

Can i use your code as client to authenticate on the ldap server .. the problem is with my ldap server is first we have to bind it with the base dn and then call the authenticate method to login ...

How could i use your code to make use of the bind and then authenticate method ,... ? Does you have written the same ....

I have tried the node-ldapauth code but it is not using the binddn first in that we just have to provide the username and password to the ldap url ... which i am passing but it gives result as false but i have given the correct credentials.