Fix MessageID bug due to wrong ASN.1 BER encoding of integers and length #9
Loading…
Reference in a new issue
No description provided.
Delete branch "bug/message-id"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #3
I chose to vendor goldap because the maintainer does not seem to answer and I think that the poor code quality of this library will require additional fixes in the future...
My fix is based on the following resources:
I fixed the following bugs:
I disabled the "Reconnect()" function in the test runner as now we can run all the tests with a single connection.
Also, for the future, I would recommend to totally drop this library and replace it with the clean ASN.1 library shipped with Go. If I have some time, I will try to hack on it!
5cdfdc38ee
todbd9003714