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

Re: Referral & alias



At 10:27 AM 6/24/99 -0700, Kurt D. Zeilenga wrote:
>At 10:30 AM 6/23/99 +0200, De Martin Michele wrote:
>>dn: ref="ldap://192.168.234.10/o=SUBORG,o=ORG";, o=ORG
>>objectclass: referral
>>ref: "ldap://192.168.234.10/o=SUBORG,o=ORG";
>
>Needs to be:
>
>dn: ref="ldap://192.168.234.10/o=SUBORG,o=ORG";, o=ORG
>objectclass: referral
>ref: ldap://192.168.234.10/o=SUBORG,o=ORG
>

While this works, it's actually NOT correct.  Instead,
you should add to the "o=ORG" backend, an entry

	dn:	o=SUBORG, o=ORG
	objectclass: referral
	ref:	ldap://192.168.234.10/o=SUBORG,o=ORG

Since you have a backend at "o=SUBORG, o=ORG", you
must disable it temporarily to add this entry.

	Kurt