Complete Contents
Object Class Index
Attribute Index
Schema Supported by Directory Server 4.0
LDAP Overview
Object Classes
Attributes
Object Identifiers (OIDs)
Extending Server Schema
Schema Checking
ISO Country Codes
Sources of Related Information
Contents Object Class Index Attributes Index

Directory Server Object Classes
Releases 1.x, 3.x, and 4.0



dcObject
Supported by
Netscape Directory Server 3.x, 4.0

Definition
Object class that allows domain components to be defined for an entry. This object class is defined as auxiliary because it is commonly used in combination with another object class, such as o (organizationName) (organization), ou (organizationUnitName) (organizationalUnit), or l (localityName) (locality). For example:

dn: dc=airius,dc=com
objectClass: top
objectClass: organization
objectClass: dcObject
dc: airius
o: Airius Corp.

Superior Class
top

OID
1.3.6.1.4.1.1466.344


Required Attributes
Description
objectClass

Specifies the object classes of the object.

dc

Domain component of the entry.



© Copyright 1999 Netscape Communications Corporation