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
2018/05/04 15:11:17 Error reading Message : ReadLDAPMessage:
ReadSubBytes:
readComponents:
readProtocolOp:
readBindRequest:
ReadSubBytes: data too long: 18 more bytes to read at offset 5
301702010160120201030406636e3d616e798003616e79a000
The difference to e.g. the openldap client can be seen down below, still both messages are valid ASN.1 BER encoded messages and both clients work everywhere else ...
Note: the default go encoding/asn1 package is DER encoding
This happens when you use the go-ldap client (https://github.com/go-ldap/ldap), the error is always
The difference to e.g. the openldap client can be seen down below, still both messages are valid ASN.1 BER encoded messages and both clients work everywhere else ...
Note: the default go
encoding/asn1
package is DER encodingThe text was updated successfully, but these errors were encountered: