29 lines
936 B
Plaintext
29 lines
936 B
Plaintext
# Depends upon core.schema and cosine.schema
|
|
|
|
# original 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
|
|
|
|
# univention schema (modified objectClass automount
|
|
#
|
|
# $OID: 1.3.6.1.4.1.10176.1001.4 (Shares/autofs) $
|
|
|
|
attributetype ( 1.3.6.1.1.1.1.25 NAME 'automountInformation'
|
|
DESC 'Information used by the autofs automounter'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SUBSTR caseIgnoreIA5SubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
|
|
|
objectclass ( 1.3.6.1.4.1.10176.1001.4.1 NAME 'automount' SUP top AUXILIARY
|
|
DESC 'An entry in an automounter map'
|
|
MUST ( cn )
|
|
MAY ( description $ automountInformation ) )
|
|
|
|
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 ) )
|