Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
typelist

Introduction

This page is used to describe the MetaSchema using OpenLdap schema syntx, so that it can be loaded into the ou=schema special partition

...

Code Block
ObjectClass (  1.3.6.1.4.1.18060.0.4.0.3.6
    NAME MetaDITStructureRule
    DESC 'Meta definition of the DITStructureRule object'
    SUP top
    STRUCTURAL
    MUST ( m-ruleId $ m-form )
    MAY ( m-obsolete $ m-supDITStructureRule $ m-extensionDITStructureRule )
)

MetaNameForm

The following text is the description of the NameForm :

Code Block

ObjectClass (  1.3.6.1.4.1.18060.0.4.0.3.7
    NAME MetaNameForm
    DESC 'Meta definition of the NameForm object'
    SUP top
    STRUCTURAL
    MUST ( m-oc $ m-must )
    MAY ( m-obsolete $ m-may $ m-extensionNameForm )
)

MetaMatchingRuleUse

The following text is the description of the MatchingRuleUse :

Code Block

ObjectClass (  1.3.6.1.4.1.18060.0.4.0.3.8
    NAME MetaMatchingRuleUse
    DESC 'Meta definition of the MatchingRuleUse object'
    SUP top
    STRUCTURAL
    MUST ( m-applies )
    MAY ( m-obsolete $ m-extensionMatchingRuleUse )
)

MetaDITContentRule

The following text is the description of the DITContentRule :

Code Block

ObjectClass (  1.3.6.1.4.1.18060.0.4.0.3.9
    NAME MetaDITContentRule
    DESC 'Meta definition of the DITContentRule object'
    SUP top
    STRUCTURAL
    MAY ( m-obsolete $ m-aux $ m-must $ m-may $ m-not $ m-extensionDITContentRule )
)

Application to Core Schema

...