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

Supporting LDAPS #14

Closed
Xaroth opened this issue Sep 21, 2018 · 1 comment
Closed

Supporting LDAPS #14

Xaroth opened this issue Sep 21, 2018 · 1 comment

Comments

@Xaroth
Copy link

Xaroth commented Sep 21, 2018

As it stands, ldaps connections fail to bind with a Unable to authenticate with manager_dn: unable to read LDAP response packet: unexpected EOF. OpenLDAP mentions the following:

TLS: can't accept: An unexpected TLS packet was received

From looking at the ldap package, there is a DialTLS function that provides the functionality of setting up a TLS connection.
https://github.com/go-ldap/ldap/blob/master/conn.go#L119

@Luzifer Luzifer mentioned this issue Sep 22, 2018
@Xaroth Xaroth closed this as completed Sep 24, 2018
@Luzifer
Copy link
Owner

Luzifer commented Sep 24, 2018

The fix is included in the v0.10.0 release.

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

2 participants