You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, securing on the LDAP standard port with STARTTLS is seen as more favorable for Active Directory environments, rather than connecting to the LDAPS port.
ldapjs has implemented STARTTLS using the client.starttls as detailed here
I have created a promisified wrapper for this function to add into the project.
Thank you for all your work!
The text was updated successfully, but these errors were encountered:
Generally, securing on the LDAP standard port with STARTTLS is seen as more favorable for Active Directory environments, rather than connecting to the LDAPS port.
ldapjs has implemented STARTTLS using the client.starttls as detailed here
I have created a promisified wrapper for this function to add into the project.
Thank you for all your work!
The text was updated successfully, but these errors were encountered: