[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Enhancement to implement V3 Referral / Search Reference Handling (ITS#546)




"Kurt D. Zeilenga" wrote:

> At 01:21 PM 5/29/00 -0700, Kurt D. Zeilenga wrote:
> >At 12:17 PM 5/29/00 -0700, Kurt D. Zeilenga wrote:
> >>Okay, found a problem.  The code chases referrals
> >>in the form:
> >>      ldap://localhost:9009/
> >>
> >>using an empty DN.  This is incorrect.  It should
> >>be treated the same as:
> >>      ldap://localhost:9009
> >>
>
> This was simple to fix.  Basically, after parsing the
> URL, the returned DN should be check to see if it is "".
> If so, free and set to NULL.

Agreed, thanks for fixing this