blob: d9cb4edfef5e76ffc04a0aa0002e93ef5f6802b5 [file] [log] [blame]
# Depends upon core.schema and cosine.schema
# OID Base is 1.3.6.1.4.1.2312.4
#
# Attribute types are under 1.3.6.1.4.1.2312.4.1
# Object classes are under 1.3.6.1.4.1.2312.4.2
# Syntaxes are under 1.3.6.1.4.1.2312.4.3
# Attribute Type Definitions
attributetype ( 1.3.6.1.1.1.1.25 NAME 'automountInformation'
DESC 'Information used by the autofs automounter'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
# malformed: superior top and class type STRUCTURAL were in front of DESC
objectclass ( 1.3.6.1.1.1.1.13 NAME 'automount'
DESC 'An entry in an automounter map'
SUP top STRUCTURAL
MUST ( cn $ automountInformation )
MAY ( description ) )
# malformed: superior top and class type STRUCTURAL were in front of DESC
objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap'
DESC 'An group of related automount objects'
SUP top STRUCTURAL
MUST ( ou ) )