Code

Removed snapshot settings from setup
[gosa.git] / contrib / openldap / goto.schema
1 ## 
2 ##
3 ## goto.schema - Needed by the GONICUS Terminal concept
4 ##
5 ## Version 030403
6 ##
7 ##
8 ## Maintainer:          Lars Scheiter   (scheiter@GONICUS.de)
9 ##                      Cajus Pollmeier (pollmeier@GONICUS.de)
10 ##
11 ##
12 ## Requires: gohard.schema
14 attributetype ( 1.3.6.1.4.1.10098.1.1.11.6 NAME 'gotoPrinterPPD'
15         DESC 'GOto - Gonicus Terminal Concept, PPD data'
16         EQUALITY caseIgnoreIA5Match
17         SUBSTR caseIgnoreIA5SubstringsMatch
18         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
20 attributetype ( 1.3.6.1.4.1.10098.1.1.11.7 NAME 'gotoProfileFlags'
21         DESC 'GOto - Flags for Profile handling - C is for caching'
22         EQUALITY caseIgnoreIA5Match
23         SUBSTR caseIgnoreIA5SubstringsMatch
24         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
26 attributetype ( 1.3.6.1.4.1.10098.1.1.11.8 NAME 'gotoProfileServer'
27         DESC 'GOto - specifies the profile server'
28         EQUALITY caseIgnoreIA5Match
29         SUBSTR caseIgnoreIA5SubstringsMatch
30         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
32 attributetype ( 1.3.6.1.4.1.10098.1.1.11.9 NAME 'gotoShare'
33         DESC 'GOto - specifies a share'
34         EQUALITY caseIgnoreIA5Match
35         SUBSTR caseIgnoreIA5SubstringsMatch
36         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
38 attributetype ( 1.3.6.1.4.1.10098.1.1.11.10 NAME 'gotoLogonScript'
39         DESC 'GOto - specifies a LogonScript'
40         EQUALITY caseIgnoreMatch
41         SUBSTR caseIgnoreSubstringsMatch
42         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
44 attributetype ( 1.3.6.1.4.1.10098.1.1.11.11 NAME 'gotoKioskProfile'
45         DESC 'GOto - specifies a kiosk profile'
46         EQUALITY caseIgnoreIA5Match
47         SUBSTR caseIgnoreIA5SubstringsMatch
48         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
50 attributetype ( 1.3.6.1.4.1.10098.1.1.11.12 NAME 'gotoUserPrinter'
51         DESC 'GOto - keeps printers shown for this user'
52         EQUALITY caseIgnoreIA5Match
53         SUBSTR caseIgnoreIA5SubstringsMatch
54         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
56 attributetype ( 1.3.6.1.4.1.10098.1.1.11.13 NAME 'gotoUserAdminPrinter'
57         DESC 'GOto - keeps printers we are admin for'
58         EQUALITY caseIgnoreIA5Match
59         SUBSTR caseIgnoreIA5SubstringsMatch
60         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
62 attributetype ( 1.3.6.1.4.1.10098.1.1.11.16 NAME 'gotoGroupPrinter'
63         DESC 'GOto - keeps printers shown for this user'
64         EQUALITY caseIgnoreIA5Match
65         SUBSTR caseIgnoreIA5SubstringsMatch
66         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
68 attributetype ( 1.3.6.1.4.1.10098.1.1.11.17 NAME 'gotoGroupAdminPrinter'
69         DESC 'GOto - keeps printers we are admin for'
70         EQUALITY caseIgnoreIA5Match
71         SUBSTR caseIgnoreIA5SubstringsMatch
72         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
74 attributetype ( 1.3.6.1.4.1.10098.1.1.11.14 NAME 'gotoHotplugDevice'
75         DESC 'GOto - keeps hotplug devices'
76         EQUALITY caseIgnoreIA5Match
77         SUBSTR caseIgnoreIA5SubstringsMatch
78         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
80 attributetype ( 1.3.6.1.4.1.10098.1.1.11.15 NAME 'gotoProfileQuota'
81         DESC 'GOto - save quota for home'
82         EQUALITY caseIgnoreIA5Match
83         SUBSTR caseIgnoreIA5SubstringsMatch
84         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
86 objectclass (1.3.6.1.4.1.10098.1.2.1.1 NAME 'gotoTerminal'
87         DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.5)' SUP top AUXILIARY
88         MUST ( cn )
89         MAY  ( description $ macAddress $ ipHostNumber $ gotoShare $ goFonHardware ))
91 # objectclass for the Terminal Conecept
92 objectclass (1.3.6.1.4.1.10098.1.2.1.30 NAME 'gotoWorkstation'
93         DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.5)' SUP top AUXILIARY
94         MUST ( cn )
95         MAY  ( description $ macAddress $ ipHostNumber $ gotoShare $ goFonHardware ))
97 # objectclass for the Terminal Conecept
98 objectclass (1.3.6.1.4.1.10098.1.2.1.31 NAME 'gotoPrinter'
99         DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.2)' SUP top STRUCTURAL
100         MUST ( cn )
101         MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber $ gotoUserPrinter $
102                   gotoUserAdminPrinter $ gotoGroupPrinter $ gotoGroupAdminPrinter ) )
104 # objectclass for the Terminal Conecept
105 objectclass (1.3.6.1.4.1.10098.1.2.1.32 NAME 'gotoEnvironment'
106         DESC 'GOto - contains environment settings (v2.2)' SUP top AUXILIARY
107         MAY ( gotoProfileServer $ gotoProfileFlags $ gotoXResolution $ gotoShare $ gotoLogonScript $
108                   gotoKioskProfile $ gotoHotplugDevice $ gotoProfileQuota ) )
110 # objectclass for the Terminal Conecept
111 objectclass (1.3.6.1.4.1.10098.1.2.1.34 NAME 'gotoWorkstationTemplate'
112         DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.5)' SUP top AUXILIARY
113         MUST ( cn )
114         MAY  ( description $ gotoShare $ goFonHardware $
115                ghGfxAdapter $ ghNetNic $ ghSoundAdapter $ ghIdeDev $ ghScsiDev $
116                ghUsbSupport $ ghMemSize $ ghCpuType $ ghInventoryNumber $
117                gotoSyslogServer $ gotoNtpServer $ gotoSwapServer $ gotoLpdServer $
118                gotoFontPath $ gotoFilesystem $ gotoFloppyEnable $ gotoCdromEnable $
119                gotoLpdEnable $ gotoScannerEnable $ gotoScannerClients $
120                gotoRootPasswd $ gotoXdmcpServer $ gotoXMethod $ gotoSndModule $
121                gotoLastUser $ gotoXMonitor $ gotoXHsync $ gotoXVsync $ gotoXResolution $
122                gotoXColordepth $ gotoXMouseport $ gotoXMouseButtons $ gotoMode $ gotoXKbModel $
123                gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $
124                gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
125                gotoTerminalPath $ gotoLdapServer $ gotoScannerModel ))
127 # objectclass for the Terminal Conecept
128 objectclass (1.3.6.1.4.1.10098.1.2.1.35 NAME 'gotoTerminalTemplate'
129         DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.5)' SUP top AUXILIARY
130         MUST ( cn )
131         MAY  ( description $ gotoShare $ goFonHardware $
132                ghGfxAdapter $ ghNetNic $ ghSoundAdapter $ ghIdeDev $ ghScsiDev $
133                ghUsbSupport $ ghMemSize $ ghCpuType $ ghInventoryNumber $
134                gotoSyslogServer $ gotoNtpServer $ gotoSwapServer $ gotoLpdServer $
135                gotoFontPath $ gotoFilesystem $ gotoFloppyEnable $ gotoCdromEnable $
136                gotoLpdEnable $ gotoScannerEnable $ gotoScannerClients $
137                gotoRootPasswd $ gotoXdmcpServer $ gotoXMethod $ gotoSndModule $
138                gotoLastUser $ gotoXMonitor $ gotoXHsync $ gotoXVsync $ gotoXResolution $
139                gotoXColordepth $ gotoXMouseport $ gotoXMouseButtons $ gotoMode $ gotoXKbModel $
140                gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $
141                gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
142                gotoTerminalPath $ gotoLdapServer $ gotoScannerModel ))