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

Re: openldap V2.1.n and referral



At 01:27 AM 2002-10-22, Vincent MATHIEU wrote:
>The real command was :
>ldapsearch -x  -C -H ldap://servetud.univ-nancy2.fr:396 -s sub -b dc=univ-nancy2,dc=fr -P 3 "(uid=vmath999)"

You likely should test without -C... otherwise you confuse
return of referrals (or references) with chasing of referrals
(or references).  Use -M to see what referral objects exist.
Use no -M (and no -C) to see how those referral objects cause
referrals/references to be returned.  Note that, when using
-M, you should specify a filter which will match the referral
object, e.g. (|(objectClass=referral)(uid=vmath999)), otherwise
they won't be returned.

Kurt