Graham Barr wrote:
On Mon, November 15, 2004 5:49 am, ¼Û»óÁØ said:
$entry = $inldif->read_entry(); is Line 32.
ldif data size is 1.1Gbyte
Well obvioulsy don't send all that :-) But if you can identify the entry
being read at the time of the error, it would help us help you if we can
see it.
Graham.
I would bet, it's that
attr: <tag>something</tag>
"bug" (#7868) again, being parsed as an import URL.
If I remeber correctly we figured that this is
a) a parsing bug in perl-ldap (treating "attr: <" as "attr:<"), *and*
b) a RFC violation ("<" is no SAFE-INIT-CHAR; valid char for first char
of value)
The latter could be avoided by doing a base64 encode on the attribute value.
I don't know if a) was fixed, yet!?
Joerg
|