Rewrite goldap with the ASN.1 module #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The goldap module is a very ad-hoc parsing and marshalling module.
We fixed some bugs inside but I am 100% sure that other bugs exist.
I would sleep better when this module will be replaced with a proper parsing/marshalling module.
Especially, goldap lacks separation of concerns and security check, which make it very error prone and hard to debug :(