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

Re: referrals to foreign directory tree?



At 02:22 PM 3/7/01 +0000, Konstantin Chuguev wrote:
>1) Add new naming contexts (suffixes) to each of your servers: suffix
>"c=US" to the first one, suffix "c=JP" to the second one;
>2) Create new entries of the referral objectClass in each server: again,
>in the first:
>dn: c=US
>objectclass: top
>objectclass: country
>objectclass: referral
>c: US
>ref: ldap://<server_for_US:port>/c=US

This is an invalid entry.  An entry cannot be both a country
and a referral.  s/country/extensibleObject/

(a later version of OpenLDAP will catch these object class
violations)