Code

Increased index
[gosa.git] / contrib / openldap / gohard.schema
1 ##
2 ##
3 ## gohard.scheam - Used for Hardware describtions, normally used by GOto
4 ##
5 ## Version 030403
6 ##
7 ##
8 ## Maintainer:  Lars Scheiter   (scheiter@GONICUS.de>
9 ##              Cajus Pollmeier (pollmeier@GONICUS.de)
10 ##
11 ##
14 # Attributes for Hardware definitions
16 attributetype ( 1.3.6.1.4.1.10098.1.1.2.1 NAME 'ghCpuType'
17         DESC 'Hardware definitions, value cpuType'
18         EQUALITY caseIgnoreIA5Match
19         SUBSTR caseIgnoreIA5SubstringsMatch
20         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
22 attributetype ( 1.3.6.1.4.1.10098.1.1.2.2 NAME 'ghMemSize'
23         DESC 'Hardware definitions, value memSize'
24         EQUALITY caseIgnoreIA5Match
25         SUBSTR caseIgnoreIA5SubstringsMatch
26         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
27         SINGLE-VALUE)
29 attributetype ( 1.3.6.1.4.1.10098.1.1.2.3 NAME 'ghUsbSupport'
30         DESC 'Hardware definitions, value usbSupport'
31         EQUALITY caseIgnoreIA5Match
32         SUBSTR caseIgnoreIA5SubstringsMatch
33         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
34         SINGLE-VALUE)
36 attributetype ( 1.3.6.1.4.1.10098.1.1.2.4 NAME 'ghIdeDev'
37         DESC 'Hardware definitions, value ideDev'
38         EQUALITY caseIgnoreIA5Match
39         SUBSTR caseIgnoreIA5SubstringsMatch
40         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
42 attributetype ( 1.3.6.1.4.1.10098.1.1.2.5 NAME 'ghScsiDev'
43         DESC 'Hardware definitions, value scsiDev'
44         EQUALITY caseIgnoreIA5Match
45         SUBSTR caseIgnoreIA5SubstringsMatch
46         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
48 attributetype ( 1.3.6.1.4.1.10098.1.1.2.7 NAME 'ghSoundAdapter'
49         DESC 'Hardware definitions, value soundAdapter'
50         EQUALITY caseIgnoreIA5Match
51         SUBSTR caseIgnoreIA5SubstringsMatch
52         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
53         SINGLE-VALUE)
55 attributetype ( 1.3.6.1.4.1.10098.1.1.2.8 NAME 'ghNetNic'
56         DESC 'Hardware definitions, value Network Device'
57         EQUALITY caseIgnoreIA5Match
58         SUBSTR caseIgnoreIA5SubstringsMatch
59         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
61 attributetype ( 1.3.6.1.4.1.10098.1.1.2.9 NAME 'ghGfxAdapter'
62         DESC 'Hardware definitions, value Grafikkarte'
63         EQUALITY caseIgnoreIA5Match
64         SUBSTR caseIgnoreIA5SubstringsMatch
65         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
66         SINGLE-VALUE)
68 attributetype ( 1.3.6.1.4.1.10098.1.1.2.10 NAME 'ghInventoryNumber'
69         DESC 'Unique number for inclusion in an inventory'
70         EQUALITY caseIgnoreIA5Match
71         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
72         SINGLE-VALUE)
75 # objectclass for Hardware definitions
77 objectclass (1.3.6.1.4.1.10098.1.2.1.3 NAME 'GOhard'
78         DESC 'Gonicus Hardware definitions, objectclass (v2.4)' SUP top AUXILIARY
79         MUST ( cn )
80         MAY ( ghGfxAdapter $ ghNetNic $ ghSoundAdapter $ ghIdeDev $ ghScsiDev $
81               macAddress $ ghUsbSupport $ ghMemSize $ ghCpuType $ ghInventoryNumber ) )