From: Chris R. <chr...@me...> - 2001-04-20 12:29:30
|
Graham Barr <gb...@po...> wrote: > It would seem the server thinks you are a version 2 client. Error code 9 > is > > LDAP_PARTIAL_RESULTS > > Returned to version 2 clients when a referral is returned. The response > will contain a list of URL's for other servers. Result code 9 is not defined in RFC 2251 (LDAPv3) or RFC 1777 (LDAPv2), so I'm not surprised Net::LDAP isn't doing anything with the contents of the error message. (In fact, the RFCs say you MUST NOT rely on any values of the error message, so returning something apparently necessary in there seems wrong.) Cheers, Chris |