This repository was archived by the owner on May 14, 2024. It is now read-only.
This repository was archived by the owner on May 14, 2024. It is now read-only.
AD Authentication SSL #229
Closed
Description
Hi are there any examples on how to get the client to do SSL connection to LDAPS ? I suspect the code below is not enough.
want to use it to change password which is not allowed over LDAP://
have enabled LDAPS as per http://technet.microsoft.com/en-us/library/dd941846(v=ws.10).aspx
var client = ldap.createClient({
url: 'LDAPS://caa.local:636'
});