2004-09-09 09:28:35 +00:00
|
|
|
# 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
|
|
|
|
|
2010-05-28 12:34:21 +00:00
|
|
|
attributetype ( 1.3.6.1.4.1.2312.4.1.2 NAME 'automountInformation'
|
2004-09-09 09:28:35 +00:00
|
|
|
DESC 'Information used by the autofs automounter'
|
2010-05-28 12:34:21 +00:00
|
|
|
EQUALITY caseExactMatch
|
2004-09-09 09:28:35 +00:00
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
|
|
|
|
2010-05-28 12:34:21 +00:00
|
|
|
objectclass ( 1.3.6.1.4.1.2312.4.2.3 NAME 'automount' SUP top STRUCTURAL
|
2004-09-09 09:28:35 +00:00
|
|
|
DESC 'An entry in an automounter map'
|
2010-05-28 12:34:21 +00:00
|
|
|
MUST ( cn $ automountInformation $ objectclass )
|
2004-09-09 09:28:35 +00:00
|
|
|
MAY ( description ) )
|
|
|
|
|
|
|
|
objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL
|
|
|
|
DESC 'An group of related automount objects'
|
|
|
|
MUST ( ou ) )
|