Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

This page contains all the objectClasses described in core schema, and their counterpart as MetaSchema entries.

The core.ldif file is available here : core.ldif

List of ObjectClasses

ObjectClass country

Section
Column
width50%

RFC 4512

Code Block
objectclass ( 2.5.6.2
    NAME 'country'
    DESC 'RFC2256: a country'
    SUP top
    STRUCTURAL
    MUST c
    MAY ( searchGuide $ description )
 )
Column
width50%

Using MetaSchema

Code Block
dn: name=country,dc=core,ou=schema
objectclass: MetaObjectClass
objectclass: MetaTop
objectClass: top
oid: 2.5.6.2
name: country
desc: RFC2256: a country
sup: top
type: STRUCTURAL
must: c
may:  searchGuide
may: description

...