From: Chris R. <chr...@ma...> - 2002-10-17 13:00:34
|
On 17/10/02 1:53 pm, VAN DIJCK Wim <Wim...@eu...> wrote: > This worked perfect and the values are perfectly readable with an ldap browser > or the console (we're using iplanet DS here) Netscape's server seems to return exactly the same bytes that you gave it without checking them for validity, so it isn't a very good indicator that something's right or not. Garbage In Garbage Out! What bytes are going across in protocol? (Use $ldap->debug(...) to get hex protocol dumps). Cheers, Chris |