Blame samples/autofs.schema

Packit 8480eb
# Depends upon core.schema and cosine.schema
Packit 8480eb
Packit 8480eb
# OID Base is 1.3.6.1.4.1.2312.4
Packit 8480eb
#
Packit 8480eb
# Attribute types are under 1.3.6.1.4.1.2312.4.1
Packit 8480eb
# Object classes are under 1.3.6.1.4.1.2312.4.2
Packit 8480eb
# Syntaxes are under 1.3.6.1.4.1.2312.4.3
Packit 8480eb
Packit 8480eb
# Attribute Type Definitions
Packit 8480eb
Packit 8480eb
attributetype ( 1.3.6.1.4.1.2312.4.1.2 NAME 'automountInformation'
Packit 8480eb
	DESC 'Information used by the autofs automounter'
Packit 8480eb
	EQUALITY caseExactMatch
Packit 8480eb
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
Packit 8480eb
Packit 8480eb
objectclass ( 1.3.6.1.4.1.2312.4.2.3 NAME 'automount' SUP top STRUCTURAL
Packit 8480eb
	DESC 'An entry in an automounter map'
Packit 8480eb
	MUST ( cn $ automountInformation $ objectclass )
Packit 8480eb
	MAY ( description ) )
Packit 8480eb
Packit 8480eb
objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL
Packit 8480eb
	DESC 'An group of related automount objects'
Packit 8480eb
	MUST ( ou ) )