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.
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.