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

Re: ldap api question



At 06:28 PM 2001-09-04, Logan Parthipan wrote:
>I want to follow multiple superior referrals.

An LDAP operation can only return one referral
which may include multiple URLs to equally capable servers.
It matters not which URL you end up using as each should
return the same information.  If you were to use more than
one, you would get copies of the same information.

Of course, you can abuse the data model and
protocol to do whatever you please.

Kurt