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

STARTTLS no longer working #44

Closed
ghostbitmeta opened this issue Jul 21, 2020 · 0 comments · Fixed by #45
Closed

STARTTLS no longer working #44

ghostbitmeta opened this issue Jul 21, 2020 · 0 comments · Fixed by #45
Assignees

Comments

@ghostbitmeta
Copy link

Seems that there are a few lines missing from the original STARTTLS merge

Specifically new line 126 for LDAP-Auth/LDAPAuthenticationProviderPlugin.cs is missing and causes the bind to fail with no TLS.

ldapClient.StartTls();

Once I manually put it back in, TLS started working again.

Can it be merged again properly?

@crobibero crobibero self-assigned this Jul 21, 2020
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

Successfully merging a pull request may close this issue.

2 participants