[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: objectClass: ...
Brian Krusic wrote:
> What is the best way to define my top level nodes;
>
> objectClass: dcObject
> objectClass: organizationalUnit
>
> or
>
> objectClass: top
> objectClass: dcObject
> objectClass: organization
>
> or
>
> objectClass: domain
It depends on how you want to name your top-level entry (naming context)
and which data *you* want to store therein. Judging from your examples
above I assume you want to use dc-style naming.
Ciao, Michael.