1 # A schema for the Berkeley automounter (AMD)
2 # Authored by Erez Zadok and/or source maintainers
3 # Definition by Tim Colles <timc at dai.ed.ac.uk>
4 # Revised by Adam Morley <adam at gmi.com>
6 # OID Base is 1.3.6.1.4.1.10180
8 # Syntaxes are under 1.3.6.1.4.1.10180.3.175-199
9 # Attribute types are under 1.3.6.1.4.1.10180.2.175-199
10 # Object classes are under 1.3.6.1.4.1.10180.1.175-199
12 # Attribute Type Definitions
14 attributetype ( 1.3.6.1.4.1.10180.2.175
15 NAME 'amdmapTimestamp'
16 DESC 'Probably the time the map was last modified'
18 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
21 attributetype ( 1.3.6.1.4.1.10180.2.176
23 DESC 'The symbolic name of the map, ie. map_name'
24 EQUALITY caseIgnoreMatch
25 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
28 attributetype ( 1.3.6.1.4.1.10180.2.177
30 DESC 'The key value for this entry'
31 EQUALITY caseIgnoreMatch
32 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
35 attributetype ( 1.3.6.1.4.1.10180.2.178
37 DESC 'The mount information for this entry'
38 EQUALITY caseIgnoreMatch
39 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
42 # Object Class Definitions
44 objectclass ( 1.3.6.1.4.1.10180.1.175 NAME 'amdmapTimestamp'
46 DESC 'Timestamp for an AMD map'
47 MUST ( cn $ amdmapName $ amdmapTimestamp ) )
49 objectclass ( 1.3.6.1.4.1.10180.1.176 NAME 'amdmap'
51 DESC 'Defines an AMD map entry'
52 MUST ( cn $ amdmapName $ amdmapKey $ amdmapValue ) )