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

Re: smart referrals with openldap 1.2



At 07:24 AM 6/24/99 -0700, Kurt D. Zeilenga wrote:
>At 11:10 AM 6/24/99 +0200, Andreas Stoll wrote:
>>are not yet possible in openldap, since they (referrals) are only
>>supported in ldapv3 ?
>
>OpenLDAP support LDAPv2+ including U-Mich Referrals.
>
>For details, see:
>  http://www.umich.edu/~dirsvcs/ldap/doc/guides/slapd/10.html#RTFToC64

Whoops, we actually require a different syntax...

Given two DITs "dc=main" running on mainserver and "dc=sub,dc=main"
running on subserver:

Adding the entry:
	dn: dc=sub,dc=main
	objectclass: referral
	ref: ldap://subserver/dc=sub,dc=main

to mainserver's "dc=main" backend will cause mainserver to refer
searches within "dc=sub,dc=main" to subserver.

Please direct questions concerning configuration of OpenLDAP Software
to our software list.
 
Kurt