Hi all,
Using the lastest version of Net::LDAP and all the depending modules, I
still have fatal decoding errors on huge (more than 30,000 entries) ldap
answers from Active Directory.
"decode error 00<=>30"
When launching the same ldap request 2 times, the decoding errors
appear on the same entries (call them entry A and entry B).
If I launch a new request matching A and B, the decode error doesn't
appears for A or B but for other entries.
I suppose the ASN1 decoder reaches an unstable state after many decodes
(it could explain the fact that errors seems to occur unpredictibly).
I walked on the Convert::ASN1 code and debug messages but i don't know
about ASN1 theory. so i'm unable to debug by myself.
can someone help me ?
regards
mc