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
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
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
The text was updated successfully, but these errors were encountered: