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

Re: objectClass: ...



Hi Michael,

I don't understand.

Should my root entry look like;

dn: dc=company,dc=com
dc: company
objectClass: top
objectClass: domain

or

dn: dc=company,dc=com
dc: company
objectClass: top
objectClass: dcObject
objectClass: organization

or

dn: dc=company,dc=com
dc: company
objectClass: domain

- Brian




On Feb 6, 2009, at 2:18 AM, Michael Ströder wrote:

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.