~ubuntu-branches/ubuntu/natty/autofs5/natty-proposed

« back to all changes in this revision

Viewing changes to samples/autofs.schema

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-04-28 15:55:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080428155537-h6h457h1fwwzhvby
Tags: upstream-5.0.3
ImportĀ upstreamĀ versionĀ 5.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# $id$
 
3
#
 
4
# Depends upon core.schema and cosine.schema
 
5
 
 
6
# OID Base is 1.3.6.1.4.1.2312.4
 
7
#
 
8
# Attribute types are under 1.3.6.1.4.1.2312.4.1
 
9
# Object classes are under 1.3.6.1.4.1.2312.4.2
 
10
# Syntaxes are under 1.3.6.1.4.1.2312.4.3
 
11
 
 
12
# Attribute Type Definitions
 
13
 
 
14
attributetype ( 1.3.6.1.1.1.1.25 NAME 'automountInformation'
 
15
        DESC 'Information used by the autofs automounter'
 
16
        EQUALITY caseExactIA5Match
 
17
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
18
 
 
19
objectclass ( 1.3.6.1.1.1.1.13 NAME 'automount' SUP top STRUCTURAL
 
20
        DESC 'An entry in an automounter map'
 
21
        MUST ( cn $ automountInformation $ objectclass )
 
22
        MAY ( description ) )
 
23
 
 
24
objectclass ( 1.3.6.1.4.1.2312.4.2.2 NAME 'automountMap' SUP top STRUCTURAL
 
25
        DESC 'An group of related automount objects'
 
26
        MUST ( ou ) )
 
27