From: Graham B. <gb...@po...> - 2001-07-02 08:52:12
|
Can anyone else confirm this ? Graham. ----- Forwarded message from no...@so... ----- Date: Tue, 26 Jun 2001 15:11:23 -0700 To: no...@so... From: no...@so... Subject: [ perl-ldap-Bugs-436535 ] Referral problem with openldap 2.0.7 Bugs item #436535, was opened at 2001-06-26 15:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105050&aid=436535&group_id=5050 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chris Garrigues (cwg) Assigned to: Nobody/Anonymous (nobody) Summary: Referral problem with openldap 2.0.7 Initial Comment: I just upgraded from openldap 1.2.11 to openldap 2.0.7 and suddenly I can't follow referrals any more. The implementation of referrals changed in openldap, so I suppose that might be related. What my code did that worked under 1.x was to compare $msg->code to LDAP_PARTIAL_RESULTS and if matched, I parsed the redirection out of $msg->error. The problem is that the redirection returned by ->error is missing part of the URL and only lists the host that we're pointing at, not the new base to search from. I tried looking at ->referrals, but that returns an empty list. I've just sent a request to get on the mailing list, so I will repeat this request there when/ sourceforge confirms my subscription. Chris ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105050&aid=436535&group_id=5050 ----- End forwarded message ----- |