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

Re: Multi-parent in LDAP



At 10:02 AM 5/5/00 +0100, Rafael Torres wrote:
>Hi,
>could anyone tell me how can I have a multi-parent hierarchy in LDAP.

s/LDAP/X.500/

LDAP is an access protocol to an X.500 directory.

>Some thing like:
>    company C has company A and company B has it's owners (parents).

In terms of the directory tree, no.  An entry can have one and
only one parent.

There are, however, other ways of representing such.  For
example, the entry for Company C could contain an attribute,
such as "owner" which contained the names of the owning
company entries.

dn: o=Company C, c=PT
o: Company C
owner: o=Company A, c=PT
owner: o=Company B, c=PT

	Kurt