File: opsi-fd.schema

package info (click to toggle)
fusiondirectory 1.0.19-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,060 kB
  • sloc: php: 47,469; pascal: 2,993; perl: 2,431; xml: 1,822; sh: 136; makefile: 19
file content (95 lines) | stat: -rw-r--r-- 3,606 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
##
## opsi-fd.schema - Needed by FusionDirectory for opsi plugin
##
## Maintained by the FusionDirectory Project <contact@fusiondirectory.org>
##

# Attributes

attributetype ( 1.3.6.1.4.1.38414.20.10.1 NAME 'fdOpsiServerURI'
        DESC 'FusionDirectory - URI of the OPSI server'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.20.10.2 NAME 'fdOpsiServerUser'
        DESC 'FusionDirectory - OPSI User to use for connection'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.20.10.3 NAME 'fdOpsiServerPassword'
        DESC 'FusionDirectory - OPSI User password '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.20.11.1 NAME 'fdOpsiServerDn'
        DESC 'FusionDirectory - OPSI server DN '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.20.11.2 NAME 'fdOpsiProfileDn'
        DESC 'FusionDirectory - OPSI Profile DN '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.20.12.1 NAME 'fdOpsiNetbootProduct'
        DESC 'FusionDirectory - OPSI netboot product '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.38414.20.12.2 NAME 'fdOpsiSoftwareList'
        DESC 'FusionDirectory - OPSI software list DN '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.3.6.1.4.1.38414.20.13.1 NAME 'fdOpsiProductProperty'
        DESC 'FusionDirectory - OPSI product property '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.3.6.1.4.1.38414.20.14.1 NAME 'fdOpsiLocalbootProduct'
        DESC 'FusionDirectory - OPSI localboot product '
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.3.6.1.4.1.38414.20.15.1 NAME ( 'fdOpsiOnDemandShowDetails' )
        DESC 'FusionDirectory - OnDemand show-details option'
        EQUALITY booleanMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
        SINGLE-VALUE)

# Objectclasses

objectclass ( 1.3.6.1.4.1.38414.20.2.1 NAME 'opsiServer' SUP top AUXILIARY
        DESC 'FusionDirectory - OPSI Service'
        MUST ( cn $ fdOpsiServerURI $ fdOpsiServerUser $ fdOpsiServerPassword ) )

objectclass ( 1.3.6.1.4.1.38414.20.2.2 NAME 'opsiClient' SUP top AUXILIARY
        DESC 'FusionDirectory - OPSI client'
        MUST ( cn $ fdOpsiServerDn )
        MAY ( fdOpsiProfileDn ) )

objectclass ( 1.3.6.1.4.1.38414.20.2.3 NAME 'opsiProfile'
        DESC 'FusionDirectory - OPSI profile'
        MUST ( cn $ fdOpsiServerDn )
        MAY ( fdOpsiNetbootProduct $ fdOpsiSoftwareList ) )

objectclass ( 1.3.6.1.4.1.38414.20.2.5 NAME 'opsiSoftwareList'
        DESC 'FusionDirectory - OPSI software list'
        MUST ( cn $ fdOpsiServerDn )
        MAY ( fdOpsiLocalbootProduct ) )

objectclass ( 1.3.6.1.4.1.38414.20.2.6 NAME 'opsiOnDemandList'
        DESC 'FusionDirectory - OPSI ondemand list'
        MUST ( cn $ fdOpsiServerDn )
        MAY ( fdOpsiOnDemandShowDetails $ fdOpsiLocalbootProduct ) )

objectclass ( 1.3.6.1.4.1.38414.20.2.4 NAME 'opsiProductProperties' AUXILIARY
        DESC 'FusionDirectory - OPSI product properties'
        MUST ( cn )
        MAY ( fdOpsiProductProperty ) )