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

Re: Referral Question



On Fri, Nov 21, 2003 at 01:51:43PM -0700, Steve Sullivan wrote:
> ldapsearch -P 3 -x -LLL -S "" -b 'dc=dlese,dc=org' -H 'ldap://localhost:3890'
> -D 'cn=rootAdmin,ou=people,dc=dlese,dc=org' -w xxx -s sub '(dc=someUniv)' '*' '+'
> 
> I get back only the cryptic line:
> 
> # refldap://localhost:3891/dc=someUniv,ou=remotes,dc=dlese,dc=org??sub

It's the job of the client to chase referrals. In the case of ldapsearch,
add the "-C" command-line parameter.