Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement async starttls from ldapjs #42

Open
jduke-halls opened this issue Feb 10, 2023 · 1 comment
Open

Implement async starttls from ldapjs #42

jduke-halls opened this issue Feb 10, 2023 · 1 comment

Comments

@jduke-halls
Copy link

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!

@jduke-halls
Copy link
Author

Pull request #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant