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

RE: Extending the schema



> I am having trouble figuring out how the schema should
> be changed to accomodate this.  Should I create a new
> organizational unit called "contacts", or perhaps a new
> organization?  How have ohtre s done this?

If you're looking for a suitable container for organizing your DIT, it seems
that organizationalUnit is a popular one. Active Directory also has a nice
little container class:

objectclass container
	oid
		1.2.840.113556.1.3.23
	requires
		objectClass,
		cn


-- Luke