~mafix/mod-ldap-cfg/main

« back to all changes in this revision

Viewing changes to build-tree/mod_ldap_cfg/schema/apache.schema

  • Committer: felix
  • Date: 2009-02-23 23:32:28 UTC
  • Revision ID: felix@fixflop-20090223233228-u1p1mmz2qn7yqy55
initial import from http://modldapcfg.bayour.com/ version 1.0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.1 NAME 'ApacheRawArg'
 
2
        DESC 'Syntax: RawArg ApacheArg [options]'
 
3
        EQUALITY caseExactIA5Match
 
4
        SUBSTR caseExactIA5SubstringsMatch
 
5
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
6
 
 
7
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.1 NAME 'ApacheConfigObj'
 
8
        DESC 'Contains configuration directives for Config'
 
9
        MAY ApacheRawArg )
 
10
 
 
11
####################
 
12
 
 
13
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.2 NAME 'ApacheSectionName'
 
14
        DESC 'Syntax: Specifies name of section: <name></name>'
 
15
        EQUALITY caseExactIA5Match
 
16
        SUBSTR caseExactIA5SubstringsMatch
 
17
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
18
 
 
19
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.3 NAME 'ApacheSectionArg'
 
20
        DESC 'Syntax: Optional argument to be used in section'
 
21
        EQUALITY caseExactIA5Match
 
22
        SUBSTR caseExactIA5SubstringsMatch
 
23
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
24
 
 
25
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.2 NAME 'ApacheSectionObj'
 
26
        DESC 'Contains configuration directives for Section'
 
27
        SUP 'ApacheConfigObj'
 
28
        MAY ( ApacheSectionName $ ApacheSectionArg ) )
 
29
 
 
30
####################
 
31
 
 
32
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.4 NAME 'ApacheAcceptFilter'
 
33
        DESC 'Syntax: AcceptFilter on|off'
 
34
        EQUALITY caseExactIA5Match
 
35
        SUBSTR caseExactIA5SubstringsMatch
 
36
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
37
 
 
38
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.5 NAME 'ApacheAcceptMutex'
 
39
        DESC 'Syntax: AcceptMutex uslock|pthread|sysvsem|fcntl|flock|os2sem|tpfcore|none|default'
 
40
        EQUALITY caseExactIA5Match
 
41
        SUBSTR caseExactIA5SubstringsMatch
 
42
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
43
 
 
44
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.6 NAME 'ApacheAccessConfig'
 
45
        DESC 'Syntax: AccessConfig file-path|directory-path'
 
46
        EQUALITY caseExactIA5Match
 
47
        SUBSTR caseExactIA5SubstringsMatch
 
48
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
49
 
 
50
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.7 NAME 'ApacheAccessFileName'
 
51
        DESC 'Syntax: AccessFileName filename [filename] ...'
 
52
        EQUALITY caseExactIA5Match
 
53
        SUBSTR caseExactIA5SubstringsMatch
 
54
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
55
 
 
56
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.8 NAME 'ApacheAddDefaultCharset'
 
57
        DESC 'Syntax: AddDefaultCharset On|Off|charset'
 
58
        EQUALITY caseExactIA5Match
 
59
        SUBSTR caseExactIA5SubstringsMatch
 
60
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
61
 
 
62
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.9 NAME 'ApacheAddModule'
 
63
        DESC 'Syntax: AddModule module [module] ...'
 
64
        EQUALITY caseExactIA5Match
 
65
        SUBSTR caseExactIA5SubstringsMatch
 
66
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
67
 
 
68
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.10 NAME 'ApacheAllowOverride'
 
69
        DESC 'Syntax: AllowOverride All|None|directive-type [directive-type] ...'
 
70
        EQUALITY caseExactIA5Match
 
71
        SUBSTR caseExactIA5SubstringsMatch
 
72
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
73
 
 
74
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.11 NAME 'ApacheAuthName'
 
75
        DESC 'Syntax: AuthName auth-domain'
 
76
        EQUALITY caseExactIA5Match
 
77
        SUBSTR caseExactIA5SubstringsMatch
 
78
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
79
 
 
80
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.12 NAME 'ApacheAuthType'
 
81
        DESC 'Syntax: AuthType Basic|Digest'
 
82
        EQUALITY caseExactIA5Match
 
83
        SUBSTR caseExactIA5SubstringsMatch
 
84
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
85
 
 
86
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.13 NAME 'ApacheBS2000Account'
 
87
        DESC 'Syntax: BS2000Account account'
 
88
        EQUALITY caseExactIA5Match
 
89
        SUBSTR caseExactIA5SubstringsMatch
 
90
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
91
 
 
92
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.14 NAME 'ApacheBindAddress'
 
93
        DESC 'Syntax: BindAddress *|IP-address|domain-name'
 
94
        EQUALITY caseExactIA5Match
 
95
        SUBSTR caseExactIA5SubstringsMatch
 
96
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
97
 
 
98
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.15 NAME 'ApacheClearModuleList'
 
99
        DESC 'Syntax: ClearModuleList'
 
100
        EQUALITY caseExactIA5Match
 
101
        SUBSTR caseExactIA5SubstringsMatch
 
102
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
103
 
 
104
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.16 NAME 'ApacheContentDigest'
 
105
        DESC 'Syntax: ContentDigest on|off'
 
106
        EQUALITY caseExactIA5Match
 
107
        SUBSTR caseExactIA5SubstringsMatch
 
108
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
109
 
 
110
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.17 NAME 'ApacheCoreDumpDirectory'
 
111
        DESC 'Syntax: CoreDumpDirectory directory-path'
 
112
        EQUALITY caseExactIA5Match
 
113
        SUBSTR caseExactIA5SubstringsMatch
 
114
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
115
 
 
116
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.18 NAME 'ApacheDefaultType'
 
117
        DESC 'Syntax: DefaultType MIME-type'
 
118
        EQUALITY caseExactIA5Match
 
119
        SUBSTR caseExactIA5SubstringsMatch
 
120
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
121
 
 
122
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.19 NAME 'ApacheDocumentRoot'
 
123
        DESC 'Syntax: DocumentRoot directory-path'
 
124
        EQUALITY caseExactIA5Match
 
125
        SUBSTR caseExactIA5SubstringsMatch
 
126
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
127
 
 
128
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.20 NAME 'ApacheEBCDICConvert'
 
129
        DESC 'Syntax: EBCDICConvert On|Off[=direction] extension [extension] ...'
 
130
        EQUALITY caseExactIA5Match
 
131
        SUBSTR caseExactIA5SubstringsMatch
 
132
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
133
 
 
134
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.21 NAME 'ApacheEBCDICConvertByType'
 
135
        DESC 'Syntax: EBCDICConvertByType On|Off[=direction] mimetype [mimetype] ...'
 
136
        EQUALITY caseExactIA5Match
 
137
        SUBSTR caseExactIA5SubstringsMatch
 
138
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
139
 
 
140
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.22 NAME 'ApacheEBCDICKludge'
 
141
        DESC 'Syntax: EBCDICKludge On|Off'
 
142
        EQUALITY caseExactIA5Match
 
143
        SUBSTR caseExactIA5SubstringsMatch
 
144
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
145
 
 
146
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.23 NAME 'ApacheErrorDocument'
 
147
        DESC 'Syntax: ErrorDocument error-code document'
 
148
        EQUALITY caseExactIA5Match
 
149
        SUBSTR caseExactIA5SubstringsMatch
 
150
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
151
 
 
152
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.24 NAME 'ApacheErrorLog'
 
153
        DESC 'Syntax: ErrorLog file-path|syslog[:facility] '
 
154
        EQUALITY caseExactIA5Match
 
155
        SUBSTR caseExactIA5SubstringsMatch
 
156
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
157
 
 
158
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.25 NAME 'ApacheFileETag'
 
159
        DESC 'Syntax: FileETag component ...'
 
160
        EQUALITY caseExactIA5Match
 
161
        SUBSTR caseExactIA5SubstringsMatch
 
162
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
163
 
 
164
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.26 NAME 'ApacheGroup'
 
165
        DESC 'Syntax: Group unix-group'
 
166
        EQUALITY caseExactIA5Match
 
167
        SUBSTR caseExactIA5SubstringsMatch
 
168
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
169
 
 
170
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.27 NAME 'ApacheHostnameLookups'
 
171
        DESC 'Syntax: HostnameLookups on|off|double'
 
172
        EQUALITY caseExactIA5Match
 
173
        SUBSTR caseExactIA5SubstringsMatch
 
174
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
175
 
 
176
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.28 NAME 'ApacheIdentityCheck'
 
177
        DESC 'Syntax: IdentityCheck on|off'
 
178
        EQUALITY caseExactIA5Match
 
179
        SUBSTR caseExactIA5SubstringsMatch
 
180
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
181
 
 
182
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.29 NAME 'ApacheInclude'
 
183
        DESC 'Syntax: Include file-path|directory-path'
 
184
        EQUALITY caseExactIA5Match
 
185
        SUBSTR caseExactIA5SubstringsMatch
 
186
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
187
 
 
188
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.30 NAME 'ApacheKeepAlive'
 
189
        DESC 'Syntax: KeepAlive on|off'
 
190
        EQUALITY caseExactIA5Match
 
191
        SUBSTR caseExactIA5SubstringsMatch
 
192
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
193
 
 
194
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.31 NAME 'ApacheKeepAliveTimeout'
 
195
        DESC 'Syntax: KeepAliveTimeout seconds'
 
196
        EQUALITY integerMatch
 
197
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
198
 
 
199
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.32 NAME 'ApacheLimitRequestBody'
 
200
        DESC 'Syntax: LimitRequestBody bytes'
 
201
        EQUALITY integerMatch
 
202
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
203
 
 
204
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.33 NAME 'ApacheLimitRequestFields'
 
205
        DESC 'Syntax: LimitRequestFields number'
 
206
        EQUALITY integerMatch
 
207
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
208
 
 
209
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.34 NAME 'ApacheLimitRequestFieldsize'
 
210
        DESC 'Syntax: LimitRequestFieldsize bytes'
 
211
        EQUALITY integerMatch
 
212
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
213
 
 
214
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.35 NAME 'ApacheLimitRequestLine'
 
215
        DESC 'Syntax: LimitRequestLine bytes'
 
216
        EQUALITY integerMatch
 
217
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
218
 
 
219
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.36 NAME 'ApacheListen'
 
220
        DESC 'Syntax: Listen [IP-address:]port'
 
221
        EQUALITY caseExactIA5Match
 
222
        SUBSTR caseExactIA5SubstringsMatch
 
223
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
224
 
 
225
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.37 NAME 'ApacheListenBacklog'
 
226
        DESC 'Syntax: ListenBacklog backlog'
 
227
        EQUALITY integerMatch
 
228
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
229
 
 
230
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.38 NAME 'ApacheLockFile'
 
231
        DESC 'Syntax: LockFile file-path'
 
232
        EQUALITY caseExactIA5Match
 
233
        SUBSTR caseExactIA5SubstringsMatch
 
234
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
235
 
 
236
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.39 NAME 'ApacheLogLevel'
 
237
        DESC 'Syntax: LogLevel level'
 
238
        EQUALITY caseExactIA5Match
 
239
        SUBSTR caseExactIA5SubstringsMatch
 
240
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
241
 
 
242
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.40 NAME 'ApacheMaxClients'
 
243
        DESC 'Syntax: MaxClients number'
 
244
        EQUALITY integerMatch
 
245
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
246
 
 
247
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.41 NAME 'ApacheMaxKeepAliveRequests'
 
248
        DESC 'Syntax: MaxKeepAliveRequests number'
 
249
        EQUALITY integerMatch
 
250
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
251
 
 
252
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.42 NAME 'ApacheMaxRequestsPerChild'
 
253
        DESC 'Syntax: MaxRequestsPerChild number'
 
254
        EQUALITY integerMatch
 
255
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
256
 
 
257
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.43 NAME 'ApacheMaxSpareServers'
 
258
        DESC 'Syntax: MaxSpareServers number'
 
259
        EQUALITY integerMatch
 
260
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
261
 
 
262
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.44 NAME 'ApacheMinSpareServers'
 
263
        DESC 'Syntax: MinSpareServers number'
 
264
        EQUALITY integerMatch
 
265
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
266
 
 
267
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.45 NAME 'ApacheNameVirtualHost'
 
268
        DESC 'Syntax: NameVirtualHost addr[:port]'
 
269
        EQUALITY caseExactIA5Match
 
270
        SUBSTR caseExactIA5SubstringsMatch
 
271
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
272
 
 
273
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.46 NAME 'ApacheOptions'
 
274
        DESC 'Syntax: Options [+|-]option [[+|-]option] ...'
 
275
        EQUALITY caseExactIA5Match
 
276
        SUBSTR caseExactIA5SubstringsMatch
 
277
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
278
 
 
279
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.47 NAME 'ApachePidFile'
 
280
        DESC 'Syntax: PidFile file-path'
 
281
        EQUALITY caseExactIA5Match
 
282
        SUBSTR caseExactIA5SubstringsMatch
 
283
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
284
 
 
285
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.48 NAME 'ApachePort'
 
286
        DESC 'Syntax: Port number'
 
287
        EQUALITY integerMatch
 
288
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
289
 
 
290
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.49 NAME 'ApacheRLimitCPU'
 
291
        DESC 'Syntax: RLimitCPU number|max [number|max] '
 
292
        EQUALITY caseExactIA5Match
 
293
        SUBSTR caseExactIA5SubstringsMatch
 
294
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
295
 
 
296
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.50 NAME 'ApacheRLimitMEM'
 
297
        DESC 'Syntax: RLimitMEM number|max [number|max]'
 
298
        EQUALITY caseExactIA5Match
 
299
        SUBSTR caseExactIA5SubstringsMatch
 
300
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
301
 
 
302
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.51 NAME 'ApacheRLimitNPROC'
 
303
        DESC 'Syntax: RLimitNPROC number|max [number|max]'
 
304
        EQUALITY caseExactIA5Match
 
305
        SUBSTR caseExactIA5SubstringsMatch
 
306
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
307
 
 
308
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.52 NAME 'ApacheRequire'
 
309
        DESC 'Syntax: Require entity-name [entity-name] ...'
 
310
        EQUALITY caseExactIA5Match
 
311
        SUBSTR caseExactIA5SubstringsMatch
 
312
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
313
 
 
314
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.53 NAME 'ApacheResourceConfig'
 
315
        DESC 'Syntax: ResourceConfig file-path|directory-path'
 
316
        EQUALITY caseExactIA5Match
 
317
        SUBSTR caseExactIA5SubstringsMatch
 
318
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
319
 
 
320
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.54 NAME 'ApacheSatisfy'
 
321
        DESC 'Syntax: Satisfy any|all'
 
322
        EQUALITY caseExactIA5Match
 
323
        SUBSTR caseExactIA5SubstringsMatch
 
324
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
325
 
 
326
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.55 NAME 'ApacheScoreBoardFile'
 
327
        DESC 'Syntax: ScoreBoardFile file-path'
 
328
        EQUALITY caseExactIA5Match
 
329
        SUBSTR caseExactIA5SubstringsMatch
 
330
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
331
 
 
332
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.56 NAME 'ApacheScriptInterpreterSource'
 
333
        DESC 'Syntax: ScriptInterpreterSource registry|script'
 
334
        EQUALITY caseExactIA5Match
 
335
        SUBSTR caseExactIA5SubstringsMatch
 
336
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
337
 
 
338
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.57 NAME 'ApacheSendBufferSize'
 
339
        DESC 'Syntax: SendBufferSize bytes'
 
340
        EQUALITY integerMatch
 
341
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
342
 
 
343
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.58 NAME 'ApacheServerAdmin'
 
344
        DESC 'Syntax: ServerAdmin email-address'
 
345
        EQUALITY caseExactIA5Match
 
346
        SUBSTR caseExactIA5SubstringsMatch
 
347
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
348
 
 
349
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.59 NAME 'ApacheServerAlias'
 
350
        DESC 'Syntax: ServerAlias hostname [hostname] ...'
 
351
        EQUALITY caseExactIA5Match
 
352
        SUBSTR caseExactIA5SubstringsMatch
 
353
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
354
 
 
355
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.60 NAME 'ApacheServerName'
 
356
        DESC 'Syntax: ServerName fully-qualified-domain-name '
 
357
        EQUALITY caseExactIA5Match
 
358
        SUBSTR caseExactIA5SubstringsMatch
 
359
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
360
 
 
361
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.61 NAME 'ApacheServerPath'
 
362
        DESC 'Syntax: ServerPath directory-path'
 
363
        EQUALITY caseExactIA5Match
 
364
        SUBSTR caseExactIA5SubstringsMatch
 
365
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
366
 
 
367
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.62 NAME 'ApacheServerRoot'
 
368
        DESC 'Syntax: ServerRoot directory-path'
 
369
        EQUALITY caseExactIA5Match
 
370
        SUBSTR caseExactIA5SubstringsMatch
 
371
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
372
 
 
373
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.63 NAME 'ApacheServerSignature'
 
374
        DESC 'Syntax: ServerSignature On|Off|EMail'
 
375
        EQUALITY caseExactIA5Match
 
376
        SUBSTR caseExactIA5SubstringsMatch
 
377
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
378
 
 
379
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.64 NAME 'ApacheServerTokens'
 
380
        DESC 'Syntax: ServerTokens Minimal|ProductOnly|OS|Full'
 
381
        EQUALITY caseExactIA5Match
 
382
        SUBSTR caseExactIA5SubstringsMatch
 
383
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
384
 
 
385
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.65 NAME 'ApacheServerType'
 
386
        DESC 'Syntax: ServerType type'
 
387
        EQUALITY caseExactIA5Match
 
388
        SUBSTR caseExactIA5SubstringsMatch
 
389
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
390
 
 
391
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.66 NAME 'ApacheStartServers'
 
392
        DESC 'Syntax: StartServers number'
 
393
        EQUALITY integerMatch
 
394
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
395
 
 
396
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.67 NAME 'ApacheThreadsPerChild'
 
397
        DESC 'Syntax: ThreadsPerChild number'
 
398
        EQUALITY integerMatch
 
399
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
400
 
 
401
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.68 NAME 'ApacheThreadStackSize'
 
402
        DESC 'Syntax: ThreadStackSize number'
 
403
        EQUALITY integerMatch
 
404
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
405
 
 
406
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.69 NAME 'ApacheTimeOut'
 
407
        DESC 'Syntax: TimeOut number'
 
408
        EQUALITY integerMatch
 
409
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
410
 
 
411
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.70 NAME 'ApacheUseCanonicalName'
 
412
        DESC 'Syntax: UseCanonicalName on|off|dns'
 
413
        EQUALITY caseExactIA5Match
 
414
        SUBSTR caseExactIA5SubstringsMatch
 
415
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
416
 
 
417
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.71 NAME 'ApacheUser'
 
418
        DESC 'Syntax: User unix-userid'
 
419
        EQUALITY caseExactIA5Match
 
420
        SUBSTR caseExactIA5SubstringsMatch
 
421
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
422
 
 
423
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.3 NAME 'ApacheModCoreObj'
 
424
        DESC 'Contains configuration directives for mod_core'
 
425
        SUP 'ApacheConfigObj'
 
426
        MAY ( ApacheAcceptFilter $ ApacheAcceptMutex $ ApacheAccessConfig $
 
427
                 ApacheAccessFileName $ ApacheAddDefaultCharset $ ApacheAddModule $
 
428
                 ApacheAllowOverride $ ApacheAuthName $ ApacheAuthType $
 
429
                 ApacheBS2000Account $ ApacheBindAddress $ ApacheClearModuleList $
 
430
                 ApacheContentDigest $ ApacheCoreDumpDirectory $ ApacheDefaultType $
 
431
                 ApacheDocumentRoot $ ApacheEBCDICConvert $ ApacheEBCDICConvertByType $
 
432
                 ApacheEBCDICKludge $ ApacheErrorDocument $ ApacheErrorLog $
 
433
                 ApacheFileETag $ ApacheGroup $ ApacheHostnameLookups $
 
434
                 ApacheIdentityCheck $ ApacheInclude $ ApacheKeepAlive $
 
435
                 ApacheKeepAliveTimeout $ ApacheLimitRequestBody $ ApacheLimitRequestFields $
 
436
                 ApacheLimitRequestFieldsize $ ApacheLimitRequestLine $ ApacheListen $
 
437
                 ApacheListenBacklog $ ApacheLockFile $ ApacheLogLevel $
 
438
                 ApacheMaxClients $ ApacheMaxKeepAliveRequests $ ApacheMaxRequestsPerChild $
 
439
                 ApacheMaxSpareServers $ ApacheMinSpareServers $ ApacheNameVirtualHost $
 
440
                 ApacheOptions $ ApachePidFile $ ApachePort $
 
441
                 ApacheRLimitCPU $ ApacheRLimitMEM $ ApacheRLimitNPROC $
 
442
                 ApacheRequire $ ApacheResourceConfig $ ApacheSatisfy $
 
443
                 ApacheScoreBoardFile $ ApacheScriptInterpreterSource $ ApacheSendBufferSize $
 
444
                 ApacheServerAdmin $ ApacheServerAlias $ ApacheServerName $
 
445
                 ApacheServerPath $ ApacheServerRoot $ ApacheServerSignature $
 
446
                 ApacheServerTokens $ ApacheServerType $ ApacheStartServers $
 
447
                 ApacheThreadsPerChild $ ApacheThreadStackSize $ ApacheTimeOut $
 
448
                 ApacheUseCanonicalName $ ApacheUser ) )
 
449
 
 
450
####################
 
451
 
 
452
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.4 NAME 'ApacheHTAccessObj'
 
453
        DESC 'Contains configuration directives for htaccess'
 
454
        SUP 'ApacheModCoreObj'
 
455
        MAY ( ApacheAddDefaultCharset $ ApacheAuthName $ ApacheAuthType $
 
456
                 ApacheContentDigest $ ApacheDefaultType $ ApacheEBCDICConvert $
 
457
                 ApacheEBCDICConvertByType $ ApacheEBCDICKludge $ ApacheErrorDocument $
 
458
                 ApacheFileETag $ ApacheLimitRequestBody $ ApacheOptions $
 
459
                 ApacheRequire $ ApacheSatisfy $ ApacheScriptInterpreterSource $
 
460
                 ApacheServerSignature ) )
 
461
 
 
462
####################
 
463
 
 
464
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.5 NAME 'ApacheDirectoryObj'
 
465
        DESC 'Contains configuration directives for directory'
 
466
        SUP 'ApacheModCoreObj'
 
467
        MAY ( ApacheAddDefaultCharset $ ApacheAllowOverride $ ApacheAuthName $
 
468
                 ApacheAuthType $ ApacheContentDigest $ ApacheDefaultType $
 
469
                 ApacheEBCDICConvert $ ApacheEBCDICConvertByType $ ApacheEBCDICKludge $
 
470
                 ApacheErrorDocument $ ApacheFileETag $ ApacheHostnameLookups $
 
471
                 ApacheIdentityCheck $ ApacheLimitRequestBody $ ApacheOptions $
 
472
                 ApacheRequire $ ApacheSatisfy $ ApacheScriptInterpreterSource $
 
473
                 ApacheServerSignature $ ApacheUseCanonicalName ) )
 
474
 
 
475
####################
 
476
 
 
477
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.6 NAME 'ApacheServerConfigObj'
 
478
        DESC 'Contains configuration directives for serverconfig'
 
479
        SUP 'ApacheModCoreObj'
 
480
        MAY ( ApacheAcceptFilter $ ApacheAcceptMutex $ ApacheAccessConfig $
 
481
                 ApacheAccessFileName $ ApacheAddDefaultCharset $ ApacheAddModule $
 
482
                 ApacheBS2000Account $ ApacheBindAddress $ ApacheClearModuleList $
 
483
                 ApacheContentDigest $ ApacheCoreDumpDirectory $ ApacheDefaultType $
 
484
                 ApacheDocumentRoot $ ApacheEBCDICConvert $ ApacheEBCDICConvertByType $
 
485
                 ApacheEBCDICKludge $ ApacheErrorDocument $ ApacheErrorLog $
 
486
                 ApacheFileETag $ ApacheGroup $ ApacheHostnameLookups $
 
487
                 ApacheIdentityCheck $ ApacheInclude $ ApacheKeepAlive $
 
488
                 ApacheKeepAliveTimeout $ ApacheLimitRequestBody $ ApacheLimitRequestFields $
 
489
                 ApacheLimitRequestFieldsize $ ApacheLimitRequestLine $ ApacheListen $
 
490
                 ApacheListenBacklog $ ApacheLockFile $ ApacheLogLevel $
 
491
                 ApacheMaxClients $ ApacheMaxKeepAliveRequests $ ApacheMaxRequestsPerChild $
 
492
                 ApacheMaxSpareServers $ ApacheMinSpareServers $ ApacheNameVirtualHost $
 
493
                 ApacheOptions $ ApachePidFile $ ApachePort $
 
494
                 ApacheRLimitCPU $ ApacheRLimitMEM $ ApacheRLimitNPROC $
 
495
                 ApacheResourceConfig $ ApacheScoreBoardFile $ ApacheSendBufferSize $
 
496
                 ApacheServerAdmin $ ApacheServerName $ ApacheServerRoot $
 
497
                 ApacheServerSignature $ ApacheServerTokens $ ApacheServerType $
 
498
                 ApacheStartServers $ ApacheThreadStackSize $ ApacheThreadsPerChild $
 
499
                 ApacheTimeOut $ ApacheUseCanonicalName $ ApacheUser ) )
 
500
 
 
501
####################
 
502
 
 
503
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.7 NAME 'ApacheVirtualHostObj'
 
504
        DESC 'Contains configuration directives for VirtualHost'
 
505
        SUP 'ApacheModCoreObj'
 
506
        MAY ( ApacheAccessConfig $ ApacheAccessFileName $ ApacheAddDefaultCharset $
 
507
                 ApacheContentDigest $ ApacheDefaultType $ ApacheDocumentRoot $
 
508
                 ApacheEBCDICConvert $ ApacheEBCDICConvertByType $ ApacheEBCDICKludge $
 
509
                 ApacheErrorDocument $ ApacheErrorLog $ ApacheFileETag $
 
510
                 ApacheGroup $ ApacheHostnameLookups $ ApacheIdentityCheck $
 
511
                 ApacheLimitRequestBody $ ApacheLogLevel $ ApacheOptions $
 
512
                 ApacheRLimitCPU $ ApacheRLimitMEM $ ApacheRLimitNPROC $
 
513
                 ApacheResourceConfig $ ApacheServerAdmin $ ApacheServerAlias $
 
514
                 ApacheServerName $ ApacheServerPath $ ApacheServerSignature $
 
515
                 ApacheUseCanonicalName $ ApacheUser ) )
 
516
 
 
517
####################
 
518
 
 
519
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.72 NAME 'ApacheAllow'
 
520
        DESC 'Syntax: Allow from all|host|env=env-variable [host|env=env-variable] ...'
 
521
        EQUALITY caseExactIA5Match
 
522
        SUBSTR caseExactIA5SubstringsMatch
 
523
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
524
 
 
525
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.73 NAME 'ApacheDeny'
 
526
        DESC 'Syntax: Deny from all|host|env=env-variable [host|env=env-variable] ...'
 
527
        EQUALITY caseExactIA5Match
 
528
        SUBSTR caseExactIA5SubstringsMatch
 
529
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
530
 
 
531
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.74 NAME 'ApacheOrder'
 
532
        DESC 'Syntax: Order ordering'
 
533
        EQUALITY caseExactIA5Match
 
534
        SUBSTR caseExactIA5SubstringsMatch
 
535
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
536
 
 
537
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.8 NAME 'ApacheModAccessObj'
 
538
        DESC 'Contains configuration directives for mod_access'
 
539
        SUP 'ApacheConfigObj'
 
540
        MAY ( ApacheAllow $ ApacheDeny $ ApacheOrder ) )
 
541
 
 
542
####################
 
543
 
 
544
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.75 NAME 'ApacheAction'
 
545
        DESC 'Syntax: Action action-type cgi-script'
 
546
        EQUALITY caseExactIA5Match
 
547
        SUBSTR caseExactIA5SubstringsMatch
 
548
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
549
 
 
550
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.76 NAME 'ApacheScript'
 
551
        DESC 'Syntax: Script method cgi-script'
 
552
        EQUALITY caseExactIA5Match
 
553
        SUBSTR caseExactIA5SubstringsMatch
 
554
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
555
 
 
556
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.9 NAME 'ApacheModActionsObj'
 
557
        DESC 'Contains configuration directives for mod_actions'
 
558
        SUP 'ApacheConfigObj'
 
559
        MAY ( ApacheAction $ ApacheScript ) )
 
560
 
 
561
####################
 
562
 
 
563
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.77 NAME 'ApacheAlias'
 
564
        DESC 'Syntax: Alias URL-path file-path|directory-path'
 
565
        EQUALITY caseExactIA5Match
 
566
        SUBSTR caseExactIA5SubstringsMatch
 
567
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
568
 
 
569
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.78 NAME 'ApacheAliasMatch'
 
570
        DESC 'Syntax: AliasMatch regex file-path|directory-path'
 
571
        EQUALITY caseExactIA5Match
 
572
        SUBSTR caseExactIA5SubstringsMatch
 
573
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
574
 
 
575
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.79 NAME 'ApacheRedirect'
 
576
        DESC 'Syntax: Redirect [status] URL-path URL'
 
577
        EQUALITY caseExactIA5Match
 
578
        SUBSTR caseExactIA5SubstringsMatch
 
579
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
580
 
 
581
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.80 NAME 'ApacheRedirectMatch'
 
582
        DESC 'Syntax: RedirectMatch [status] regex URL'
 
583
        EQUALITY caseExactIA5Match
 
584
        SUBSTR caseExactIA5SubstringsMatch
 
585
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
586
 
 
587
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.81 NAME 'ApacheRedirectPermanent'
 
588
        DESC 'Syntax: RedirectPermanent URL-path URL'
 
589
        EQUALITY caseExactIA5Match
 
590
        SUBSTR caseExactIA5SubstringsMatch
 
591
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
592
 
 
593
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.82 NAME 'ApacheRedirectTemp'
 
594
        DESC 'Syntax: RedirectTemp URL-path URL'
 
595
        EQUALITY caseExactIA5Match
 
596
        SUBSTR caseExactIA5SubstringsMatch
 
597
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
598
 
 
599
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.83 NAME 'ApacheScriptAlias'
 
600
        DESC 'Syntax: ScriptAlias URL-path file-path|directory-path'
 
601
        EQUALITY caseExactIA5Match
 
602
        SUBSTR caseExactIA5SubstringsMatch
 
603
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
604
 
 
605
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.84 NAME 'ApacheScriptAliasMatch'
 
606
        DESC 'Syntax: ScriptAliasMatch regex file-path|directory-path'
 
607
        EQUALITY caseExactIA5Match
 
608
        SUBSTR caseExactIA5SubstringsMatch
 
609
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
610
 
 
611
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.10 NAME 'ApacheModAliasObj'
 
612
        DESC 'Contains configuration directives for mod_alias'
 
613
        SUP 'ApacheConfigObj'
 
614
        MAY ( ApacheAlias $ ApacheAliasMatch $ ApacheRedirect $
 
615
                 ApacheRedirectMatch $ ApacheRedirectPermanent $ ApacheRedirectTemp $
 
616
                 ApacheScriptAlias $ ApacheScriptAliasMatch ) )
 
617
 
 
618
####################
 
619
 
 
620
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.85 NAME 'ApacheAuthAuthoritative'
 
621
        DESC 'Syntax: AuthAuthoritative on|off'
 
622
        EQUALITY caseExactIA5Match
 
623
        SUBSTR caseExactIA5SubstringsMatch
 
624
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
625
 
 
626
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.86 NAME 'ApacheAuthGroupFile'
 
627
        DESC 'Syntax: AuthGroupFile file-path'
 
628
        EQUALITY caseExactIA5Match
 
629
        SUBSTR caseExactIA5SubstringsMatch
 
630
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
631
 
 
632
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.87 NAME 'ApacheAuthUserFile'
 
633
        DESC 'Syntax: AuthUserFile file-path'
 
634
        EQUALITY caseExactIA5Match
 
635
        SUBSTR caseExactIA5SubstringsMatch
 
636
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
637
 
 
638
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.11 NAME 'ApacheModAuthObj'
 
639
        DESC 'Contains configuration directives for mod_auth'
 
640
        SUP 'ApacheConfigObj'
 
641
        MAY ( ApacheAuthAuthoritative $ ApacheAuthGroupFile $ ApacheAuthUserFile ) )
 
642
 
 
643
####################
 
644
 
 
645
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.88 NAME 'ApacheAnonymous'
 
646
        DESC 'Syntax: Anonymous user  [user] ...'
 
647
        EQUALITY caseExactIA5Match
 
648
        SUBSTR caseExactIA5SubstringsMatch
 
649
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
650
 
 
651
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.89 NAME 'ApacheAnonymous--Authoritative'
 
652
        DESC 'Syntax: Anonymous_Authoritative on|off'
 
653
        EQUALITY caseExactIA5Match
 
654
        SUBSTR caseExactIA5SubstringsMatch
 
655
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
656
 
 
657
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.90 NAME 'ApacheAnonymous--LogEmail'
 
658
        DESC 'Syntax: Anonymous_LogEmail on'
 
659
        EQUALITY caseExactIA5Match
 
660
        SUBSTR caseExactIA5SubstringsMatch
 
661
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
662
 
 
663
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.91 NAME 'ApacheAnonymous--MustGiveEmail'
 
664
        DESC 'Syntax: Anonymous_MustGiveEmail on'
 
665
        EQUALITY caseExactIA5Match
 
666
        SUBSTR caseExactIA5SubstringsMatch
 
667
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
668
 
 
669
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.92 NAME 'ApacheAnonymous--NoUserID'
 
670
        DESC 'Syntax: Anonymous_NoUserID on|off'
 
671
        EQUALITY caseExactIA5Match
 
672
        SUBSTR caseExactIA5SubstringsMatch
 
673
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
674
 
 
675
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.93 NAME 'ApacheAnonymous--VerifyEmail'
 
676
        DESC 'Syntax: Anonymous_VerifyEmail on|off'
 
677
        EQUALITY caseExactIA5Match
 
678
        SUBSTR caseExactIA5SubstringsMatch
 
679
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
680
 
 
681
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.12 NAME 'ApacheModAuthAnonObj'
 
682
        DESC 'Contains configuration directives for mod_auth_anon'
 
683
        SUP 'ApacheConfigObj'
 
684
        MAY ( ApacheAnonymous $ ApacheAnonymous--Authoritative $ ApacheAnonymous--LogEmail $
 
685
                 ApacheAnonymous--MustGiveEmail $ ApacheAnonymous--NoUserID $ ApacheAnonymous--VerifyEmail ) )
 
686
 
 
687
####################
 
688
 
 
689
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.94 NAME 'ApacheAuthDBAuthoritative'
 
690
        DESC 'Syntax: AuthDBAuthoritative on|off'
 
691
        EQUALITY caseExactIA5Match
 
692
        SUBSTR caseExactIA5SubstringsMatch
 
693
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
694
 
 
695
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.95 NAME 'ApacheAuthDBGroupFile'
 
696
        DESC 'Syntax: AuthDBGroupFile file-path'
 
697
        EQUALITY caseExactIA5Match
 
698
        SUBSTR caseExactIA5SubstringsMatch
 
699
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
700
 
 
701
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.96 NAME 'ApacheAuthDBUserFile'
 
702
        DESC 'Syntax: AuthDBUserFile file-path '
 
703
        EQUALITY caseExactIA5Match
 
704
        SUBSTR caseExactIA5SubstringsMatch
 
705
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
706
 
 
707
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.13 NAME 'ApacheModAuthDbObj'
 
708
        DESC 'Contains configuration directives for mod_auth_db'
 
709
        SUP 'ApacheConfigObj'
 
710
        MAY ( ApacheAuthDBAuthoritative $ ApacheAuthDBGroupFile $ ApacheAuthDBUserFile ) )
 
711
 
 
712
####################
 
713
 
 
714
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.97 NAME 'ApacheAuthDBMAuthoritative'
 
715
        DESC 'Syntax: AuthDBMAuthoritative on|off'
 
716
        EQUALITY caseExactIA5Match
 
717
        SUBSTR caseExactIA5SubstringsMatch
 
718
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
719
 
 
720
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.98 NAME 'ApacheAuthDBMGroupFile'
 
721
        DESC 'Syntax: AuthDBMGroupFile file-path'
 
722
        EQUALITY caseExactIA5Match
 
723
        SUBSTR caseExactIA5SubstringsMatch
 
724
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
725
 
 
726
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.99 NAME 'ApacheAuthDBMUserFile'
 
727
        DESC 'Syntax: AuthDBMUserFile file-path'
 
728
        EQUALITY caseExactIA5Match
 
729
        SUBSTR caseExactIA5SubstringsMatch
 
730
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
731
 
 
732
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.14 NAME 'ApacheModAuthDbmObj'
 
733
        DESC 'Contains configuration directives for mod_auth_dbm'
 
734
        SUP 'ApacheConfigObj'
 
735
        MAY ( ApacheAuthDBMAuthoritative $ ApacheAuthDBMGroupFile $ ApacheAuthDBMUserFile ) )
 
736
 
 
737
####################
 
738
 
 
739
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.100 NAME 'ApacheAddAlt'
 
740
        DESC 'Syntax: AddAlt string file [file] ...'
 
741
        EQUALITY caseExactIA5Match
 
742
        SUBSTR caseExactIA5SubstringsMatch
 
743
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
744
 
 
745
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.101 NAME 'ApacheAddAltByEncoding'
 
746
        DESC 'Syntax: AddAltByEncoding string MIME-encoding [MIME-encoding] ...'
 
747
        EQUALITY caseExactIA5Match
 
748
        SUBSTR caseExactIA5SubstringsMatch
 
749
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
750
 
 
751
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.102 NAME 'ApacheAddAltByType'
 
752
        DESC 'Syntax: AddAltByType string MIME-type [MIME-type] ...'
 
753
        EQUALITY caseExactIA5Match
 
754
        SUBSTR caseExactIA5SubstringsMatch
 
755
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
756
 
 
757
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.103 NAME 'ApacheAddDescription'
 
758
        DESC 'Syntax: AddDescription string file [file] ...'
 
759
        EQUALITY caseExactIA5Match
 
760
        SUBSTR caseExactIA5SubstringsMatch
 
761
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
762
 
 
763
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.104 NAME 'ApacheAddIcon'
 
764
        DESC 'Syntax: AddIcon icon name [name] ...'
 
765
        EQUALITY caseExactIA5Match
 
766
        SUBSTR caseExactIA5SubstringsMatch
 
767
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
768
 
 
769
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.105 NAME 'ApacheAddIconByEncoding'
 
770
        DESC 'Syntax: AddIconByEncoding icon MIME-encoding [MIME-encoding] ...'
 
771
        EQUALITY caseExactIA5Match
 
772
        SUBSTR caseExactIA5SubstringsMatch
 
773
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
774
 
 
775
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.106 NAME 'ApacheAddIconByType'
 
776
        DESC 'Syntax: AddIconByType icon MIME-type [MIME-type] ...'
 
777
        EQUALITY caseExactIA5Match
 
778
        SUBSTR caseExactIA5SubstringsMatch
 
779
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
780
 
 
781
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.107 NAME 'ApacheDefaultIcon'
 
782
        DESC 'Syntax: DefaultIcon url'
 
783
        EQUALITY caseExactIA5Match
 
784
        SUBSTR caseExactIA5SubstringsMatch
 
785
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
786
 
 
787
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.108 NAME 'ApacheFancyIndexing'
 
788
        DESC 'Syntax: FancyIndexing on|off'
 
789
        EQUALITY caseExactIA5Match
 
790
        SUBSTR caseExactIA5SubstringsMatch
 
791
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
792
 
 
793
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.109 NAME 'ApacheHeaderName'
 
794
        DESC 'Syntax: HeaderName filename'
 
795
        EQUALITY caseExactIA5Match
 
796
        SUBSTR caseExactIA5SubstringsMatch
 
797
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
798
 
 
799
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.110 NAME 'ApacheIndexIgnore'
 
800
        DESC 'Syntax: IndexIgnore file [file] ...'
 
801
        EQUALITY caseExactIA5Match
 
802
        SUBSTR caseExactIA5SubstringsMatch
 
803
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
804
 
 
805
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.111 NAME 'ApacheIndexOptions'
 
806
        DESC 'Syntax: IndexOptions [+|-]option [[+|-]option] ... (Apache 1.3.3 and later) '
 
807
        EQUALITY caseExactIA5Match
 
808
        SUBSTR caseExactIA5SubstringsMatch
 
809
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
810
 
 
811
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.112 NAME 'ApacheIndexOrderDefault'
 
812
        DESC 'Syntax: IndexOrderDefault Ascending|Descending Name|Date|Size|Description '
 
813
        EQUALITY caseExactIA5Match
 
814
        SUBSTR caseExactIA5SubstringsMatch
 
815
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
816
 
 
817
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.113 NAME 'ApacheReadmeName'
 
818
        DESC 'Syntax: ReadmeName filename'
 
819
        EQUALITY caseExactIA5Match
 
820
        SUBSTR caseExactIA5SubstringsMatch
 
821
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
822
 
 
823
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.15 NAME 'ApacheModAutoindexObj'
 
824
        DESC 'Contains configuration directives for mod_autoindex'
 
825
        SUP 'ApacheConfigObj'
 
826
        MAY ( ApacheAddAlt $ ApacheAddAltByEncoding $ ApacheAddAltByType $
 
827
                 ApacheAddDescription $ ApacheAddIcon $ ApacheAddIconByEncoding $
 
828
                 ApacheAddIconByType $ ApacheDefaultIcon $ ApacheFancyIndexing $
 
829
                 ApacheHeaderName $ ApacheIndexIgnore $ ApacheIndexOptions $
 
830
                 ApacheIndexOrderDefault $ ApacheReadmeName ) )
 
831
 
 
832
####################
 
833
 
 
834
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.114 NAME 'ApacheMetaDir'
 
835
        DESC 'Syntax: MetaDir directory'
 
836
        EQUALITY caseExactIA5Match
 
837
        SUBSTR caseExactIA5SubstringsMatch
 
838
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
839
 
 
840
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.115 NAME 'ApacheMetaFiles'
 
841
        DESC 'Syntax: MetaFiles on|off'
 
842
        EQUALITY caseExactIA5Match
 
843
        SUBSTR caseExactIA5SubstringsMatch
 
844
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
845
 
 
846
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.116 NAME 'ApacheMetaSuffix'
 
847
        DESC 'Syntax: MetaSuffix suffix'
 
848
        EQUALITY caseExactIA5Match
 
849
        SUBSTR caseExactIA5SubstringsMatch
 
850
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
851
 
 
852
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.16 NAME 'ApacheModCernMetaObj'
 
853
        DESC 'Contains configuration directives for mod_cern_meta'
 
854
        SUP 'ApacheConfigObj'
 
855
        MAY ( ApacheMetaDir $ ApacheMetaFiles $ ApacheMetaSuffix ) )
 
856
 
 
857
####################
 
858
 
 
859
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.117 NAME 'ApacheScriptLog'
 
860
        DESC 'Syntax: ScriptLog filename'
 
861
        EQUALITY caseExactIA5Match
 
862
        SUBSTR caseExactIA5SubstringsMatch
 
863
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
864
 
 
865
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.118 NAME 'ApacheScriptLogBuffer'
 
866
        DESC 'Syntax: ScriptLogBuffer bytes'
 
867
        EQUALITY integerMatch
 
868
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
869
 
 
870
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.119 NAME 'ApacheScriptLogLength'
 
871
        DESC 'Syntax: ScriptLogLength bytes'
 
872
        EQUALITY integerMatch
 
873
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
874
 
 
875
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.17 NAME 'ApacheModCgiObj'
 
876
        DESC 'Contains configuration directives for mod_cgi'
 
877
        SUP 'ApacheConfigObj'
 
878
        MAY ( ApacheScriptLog $ ApacheScriptLogBuffer $ ApacheScriptLogLength ) )
 
879
 
 
880
####################
 
881
 
 
882
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.120 NAME 'ApacheCookieLog'
 
883
        DESC 'Syntax: CookieLog filename'
 
884
        EQUALITY caseExactIA5Match
 
885
        SUBSTR caseExactIA5SubstringsMatch
 
886
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
887
 
 
888
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.18 NAME 'ApacheModCookiesObj'
 
889
        DESC 'Contains configuration directives for mod_cookies'
 
890
        SUP 'ApacheConfigObj'
 
891
        MAY ApacheCookieLog )
 
892
 
 
893
####################
 
894
 
 
895
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.121 NAME 'ApacheAuthDigestFile'
 
896
        DESC 'Syntax: AuthDigestFile filename'
 
897
        EQUALITY caseExactIA5Match
 
898
        SUBSTR caseExactIA5SubstringsMatch
 
899
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
900
 
 
901
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.19 NAME 'ApacheModDigestObj'
 
902
        DESC 'Contains configuration directives for mod_digest'
 
903
        SUP 'ApacheConfigObj'
 
904
        MAY ApacheAuthDigestFile )
 
905
 
 
906
####################
 
907
 
 
908
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.122 NAME 'ApacheDirectoryIndex'
 
909
        DESC 'Syntax: DirectoryIndex local-url [local-url] ...'
 
910
        EQUALITY caseExactIA5Match
 
911
        SUBSTR caseExactIA5SubstringsMatch
 
912
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
913
 
 
914
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.20 NAME 'ApacheModDirObj'
 
915
        DESC 'Contains configuration directives for mod_dir'
 
916
        SUP 'ApacheConfigObj'
 
917
        MAY ApacheDirectoryIndex )
 
918
 
 
919
####################
 
920
 
 
921
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.123 NAME 'ApachePassEnv'
 
922
        DESC 'Syntax: PassEnv env-variable [env-variable] ...'
 
923
        EQUALITY caseExactIA5Match
 
924
        SUBSTR caseExactIA5SubstringsMatch
 
925
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
926
 
 
927
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.124 NAME 'ApacheSetEnv'
 
928
        DESC 'Syntax: SetEnv env-variable value'
 
929
        EQUALITY caseExactIA5Match
 
930
        SUBSTR caseExactIA5SubstringsMatch
 
931
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
932
 
 
933
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.125 NAME 'ApacheUnsetEnv'
 
934
        DESC 'Syntax: UnsetEnv env-variable [env-variable] ...'
 
935
        EQUALITY caseExactIA5Match
 
936
        SUBSTR caseExactIA5SubstringsMatch
 
937
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
938
 
 
939
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.21 NAME 'ApacheModEnvObj'
 
940
        DESC 'Contains configuration directives for mod_env'
 
941
        SUP 'ApacheConfigObj'
 
942
        MAY ( ApachePassEnv $ ApacheSetEnv $ ApacheUnsetEnv ) )
 
943
 
 
944
####################
 
945
 
 
946
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.126 NAME 'ApacheExample'
 
947
        DESC 'Syntax: Example'
 
948
        EQUALITY caseExactIA5Match
 
949
        SUBSTR caseExactIA5SubstringsMatch
 
950
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
951
 
 
952
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.22 NAME 'ApacheModExampleObj'
 
953
        DESC 'Contains configuration directives for mod_example'
 
954
        SUP 'ApacheConfigObj'
 
955
        MAY ApacheExample )
 
956
 
 
957
####################
 
958
 
 
959
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.127 NAME 'ApacheExpiresActive'
 
960
        DESC 'Syntax: ExpiresActive on|off'
 
961
        EQUALITY caseExactIA5Match
 
962
        SUBSTR caseExactIA5SubstringsMatch
 
963
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
964
 
 
965
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.128 NAME 'ApacheExpiresByType'
 
966
        DESC 'Syntax: ExpiresByType mime-type <code>seconds'
 
967
        EQUALITY caseExactIA5Match
 
968
        SUBSTR caseExactIA5SubstringsMatch
 
969
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
970
 
 
971
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.129 NAME 'ApacheExpiresDefault'
 
972
        DESC 'Syntax: ExpiresDefault <code>seconds'
 
973
        EQUALITY caseExactIA5Match
 
974
        SUBSTR caseExactIA5SubstringsMatch
 
975
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
976
 
 
977
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.23 NAME 'ApacheModExpiresObj'
 
978
        DESC 'Contains configuration directives for mod_expires'
 
979
        SUP 'ApacheConfigObj'
 
980
        MAY ( ApacheExpiresActive $ ApacheExpiresByType $ ApacheExpiresDefault ) )
 
981
 
 
982
####################
 
983
 
 
984
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.130 NAME 'ApacheHeader'
 
985
        DESC 'Syntax: Header unset header'
 
986
        EQUALITY caseExactIA5Match
 
987
        SUBSTR caseExactIA5SubstringsMatch
 
988
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
989
 
 
990
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.24 NAME 'ApacheModHeadersObj'
 
991
        DESC 'Contains configuration directives for mod_headers'
 
992
        SUP 'ApacheConfigObj'
 
993
        MAY ApacheHeader )
 
994
 
 
995
####################
 
996
 
 
997
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.131 NAME 'ApacheImapBase'
 
998
        DESC 'Syntax: ImapBase map|referer|URL'
 
999
        EQUALITY caseExactIA5Match
 
1000
        SUBSTR caseExactIA5SubstringsMatch
 
1001
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1002
 
 
1003
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.132 NAME 'ApacheImapDefault'
 
1004
        DESC 'Syntax: ImapDefault error|nocontent|map|referer|URL'
 
1005
        EQUALITY caseExactIA5Match
 
1006
        SUBSTR caseExactIA5SubstringsMatch
 
1007
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1008
 
 
1009
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.133 NAME 'ApacheImapMenu'
 
1010
        DESC 'Syntax: ImapMenu none|formatted|semiformatted|unformatted'
 
1011
        EQUALITY caseExactIA5Match
 
1012
        SUBSTR caseExactIA5SubstringsMatch
 
1013
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1014
 
 
1015
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.25 NAME 'ApacheModImapObj'
 
1016
        DESC 'Contains configuration directives for mod_imap'
 
1017
        SUP 'ApacheConfigObj'
 
1018
        MAY ( ApacheImapBase $ ApacheImapDefault $ ApacheImapMenu ) )
 
1019
 
 
1020
####################
 
1021
 
 
1022
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.134 NAME 'ApacheXBitHack'
 
1023
        DESC 'Syntax: XBitHack on|off|full'
 
1024
        EQUALITY caseExactIA5Match
 
1025
        SUBSTR caseExactIA5SubstringsMatch
 
1026
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1027
 
 
1028
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.26 NAME 'ApacheModIncludeObj'
 
1029
        DESC 'Contains configuration directives for mod_include'
 
1030
        SUP 'ApacheConfigObj'
 
1031
        MAY ApacheXBitHack )
 
1032
 
 
1033
####################
 
1034
 
 
1035
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.135 NAME 'ApacheAddModuleInfo'
 
1036
        DESC 'Syntax: AddModuleInfo module-name string'
 
1037
        EQUALITY caseExactIA5Match
 
1038
        SUBSTR caseExactIA5SubstringsMatch
 
1039
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1040
 
 
1041
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.27 NAME 'ApacheModInfoObj'
 
1042
        DESC 'Contains configuration directives for mod_info'
 
1043
        SUP 'ApacheConfigObj'
 
1044
        MAY ApacheAddModuleInfo )
 
1045
 
 
1046
####################
 
1047
 
 
1048
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.136 NAME 'ApacheISAPIAppendLogToErrors'
 
1049
        DESC 'Syntax: ISAPIAppendLogToErrors on|off'
 
1050
        EQUALITY caseExactIA5Match
 
1051
        SUBSTR caseExactIA5SubstringsMatch
 
1052
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1053
 
 
1054
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.137 NAME 'ApacheISAPIAppendLogToQuery'
 
1055
        DESC 'Syntax: ISAPIAppendLogToQuery on|off'
 
1056
        EQUALITY caseExactIA5Match
 
1057
        SUBSTR caseExactIA5SubstringsMatch
 
1058
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1059
 
 
1060
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.138 NAME 'ApacheISAPILogNotSupported'
 
1061
        DESC 'Syntax: ISAPILogNotSupported on|off'
 
1062
        EQUALITY caseExactIA5Match
 
1063
        SUBSTR caseExactIA5SubstringsMatch
 
1064
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1065
 
 
1066
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.139 NAME 'ApacheISAPIReadAheadBuffer'
 
1067
        DESC 'Syntax: ISAPIReadAheadBuffer size'
 
1068
        EQUALITY integerMatch
 
1069
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1070
 
 
1071
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.28 NAME 'ApacheModIsapiObj'
 
1072
        DESC 'Contains configuration directives for mod_isapi'
 
1073
        SUP 'ApacheConfigObj'
 
1074
        MAY ( ApacheISAPIAppendLogToErrors $ ApacheISAPIAppendLogToQuery $ ApacheISAPILogNotSupported $
 
1075
                 ApacheISAPIReadAheadBuffer ) )
 
1076
 
 
1077
####################
 
1078
 
 
1079
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.140 NAME 'ApacheAgentLog'
 
1080
        DESC 'Syntax: AgentLog file-pipe'
 
1081
        EQUALITY caseExactIA5Match
 
1082
        SUBSTR caseExactIA5SubstringsMatch
 
1083
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1084
 
 
1085
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.29 NAME 'ApacheModLogAgentObj'
 
1086
        DESC 'Contains configuration directives for mod_log_agent'
 
1087
        SUP 'ApacheConfigObj'
 
1088
        MAY ApacheAgentLog )
 
1089
 
 
1090
####################
 
1091
 
 
1092
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.141 NAME 'ApacheCustomLog'
 
1093
        DESC 'Syntax: CustomLog file|pipe format|nickname [env=[!]environment-variable]'
 
1094
        EQUALITY caseExactIA5Match
 
1095
        SUBSTR caseExactIA5SubstringsMatch
 
1096
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1097
 
 
1098
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.142 NAME 'ApacheLogFormat'
 
1099
        DESC 'Syntax: LogFormat format|nickname [nickname]'
 
1100
        EQUALITY caseExactIA5Match
 
1101
        SUBSTR caseExactIA5SubstringsMatch
 
1102
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1103
 
 
1104
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.143 NAME 'ApacheTransferLog'
 
1105
        DESC 'Syntax: TransferLog file|pipe'
 
1106
        EQUALITY caseExactIA5Match
 
1107
        SUBSTR caseExactIA5SubstringsMatch
 
1108
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1109
 
 
1110
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.30 NAME 'ApacheModLogConfigObj'
 
1111
        DESC 'Contains configuration directives for mod_log_config'
 
1112
        SUP 'ApacheConfigObj'
 
1113
        MAY ( ApacheCookieLog $ ApacheCustomLog $ ApacheLogFormat $
 
1114
                 ApacheTransferLog ) )
 
1115
 
 
1116
####################
 
1117
 
 
1118
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.144 NAME 'ApacheRefererIgnore'
 
1119
        DESC 'Syntax: RefererIgnore string [string] ...'
 
1120
        EQUALITY caseExactIA5Match
 
1121
        SUBSTR caseExactIA5SubstringsMatch
 
1122
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1123
 
 
1124
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.145 NAME 'ApacheRefererLog'
 
1125
        DESC 'Syntax: RefererLog file-pipe'
 
1126
        EQUALITY caseExactIA5Match
 
1127
        SUBSTR caseExactIA5SubstringsMatch
 
1128
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1129
 
 
1130
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.31 NAME 'ApacheModLogRefererObj'
 
1131
        DESC 'Contains configuration directives for mod_log_referer'
 
1132
        SUP 'ApacheConfigObj'
 
1133
        MAY ( ApacheRefererIgnore $ ApacheRefererLog ) )
 
1134
 
 
1135
####################
 
1136
 
 
1137
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.146 NAME 'ApacheAddCharset'
 
1138
        DESC 'Syntax: AddCharset charset extension [extension] ...'
 
1139
        EQUALITY caseExactIA5Match
 
1140
        SUBSTR caseExactIA5SubstringsMatch
 
1141
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1142
 
 
1143
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.147 NAME 'ApacheAddEncoding'
 
1144
        DESC 'Syntax: AddEncoding MIME-enc extension [extension] ...'
 
1145
        EQUALITY caseExactIA5Match
 
1146
        SUBSTR caseExactIA5SubstringsMatch
 
1147
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1148
 
 
1149
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.148 NAME 'ApacheAddHandler'
 
1150
        DESC 'Syntax: AddHandler handler-name extension [extension] ...'
 
1151
        EQUALITY caseExactIA5Match
 
1152
        SUBSTR caseExactIA5SubstringsMatch
 
1153
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1154
 
 
1155
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.149 NAME 'ApacheAddLanguage'
 
1156
        DESC 'Syntax: AddLanguage MIME-lang extension [extension] ...'
 
1157
        EQUALITY caseExactIA5Match
 
1158
        SUBSTR caseExactIA5SubstringsMatch
 
1159
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1160
 
 
1161
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.150 NAME 'ApacheAddType'
 
1162
        DESC 'Syntax: AddType MIME-type extension [extension] ...'
 
1163
        EQUALITY caseExactIA5Match
 
1164
        SUBSTR caseExactIA5SubstringsMatch
 
1165
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1166
 
 
1167
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.151 NAME 'ApacheDefaultLanguage'
 
1168
        DESC 'Syntax: DefaultLanguage MIME-lang'
 
1169
        EQUALITY caseExactIA5Match
 
1170
        SUBSTR caseExactIA5SubstringsMatch
 
1171
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1172
 
 
1173
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.152 NAME 'ApacheForceType'
 
1174
        DESC 'Syntax: ForceType media-type'
 
1175
        EQUALITY caseExactIA5Match
 
1176
        SUBSTR caseExactIA5SubstringsMatch
 
1177
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1178
 
 
1179
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.153 NAME 'ApacheRemoveEncoding'
 
1180
        DESC 'Syntax: RemoveEncoding extension [extension] ...'
 
1181
        EQUALITY caseExactIA5Match
 
1182
        SUBSTR caseExactIA5SubstringsMatch
 
1183
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1184
 
 
1185
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.154 NAME 'ApacheRemoveHandler'
 
1186
        DESC 'Syntax: RemoveHandler extension [extension] ...'
 
1187
        EQUALITY caseExactIA5Match
 
1188
        SUBSTR caseExactIA5SubstringsMatch
 
1189
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1190
 
 
1191
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.155 NAME 'ApacheRemoveType'
 
1192
        DESC 'Syntax: RemoveType extension [extension] ...'
 
1193
        EQUALITY caseExactIA5Match
 
1194
        SUBSTR caseExactIA5SubstringsMatch
 
1195
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1196
 
 
1197
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.156 NAME 'ApacheSetHandler'
 
1198
        DESC 'Syntax: SetHandler handler-name'
 
1199
        EQUALITY caseExactIA5Match
 
1200
        SUBSTR caseExactIA5SubstringsMatch
 
1201
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1202
 
 
1203
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.157 NAME 'ApacheTypesConfig'
 
1204
        DESC 'Syntax: TypesConfig file-path'
 
1205
        EQUALITY caseExactIA5Match
 
1206
        SUBSTR caseExactIA5SubstringsMatch
 
1207
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1208
 
 
1209
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.32 NAME 'ApacheModMimeObj'
 
1210
        DESC 'Contains configuration directives for mod_mime'
 
1211
        SUP 'ApacheConfigObj'
 
1212
        MAY ( ApacheAddCharset $ ApacheAddEncoding $ ApacheAddHandler $
 
1213
                 ApacheAddLanguage $ ApacheAddType $ ApacheDefaultLanguage $
 
1214
                 ApacheForceType $ ApacheRemoveEncoding $ ApacheRemoveHandler $
 
1215
                 ApacheRemoveType $ ApacheSetHandler $ ApacheTypesConfig ) )
 
1216
 
 
1217
####################
 
1218
 
 
1219
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.158 NAME 'ApacheMimeMagicFile'
 
1220
        DESC 'Syntax: MimeMagicFile file-path'
 
1221
        EQUALITY caseExactIA5Match
 
1222
        SUBSTR caseExactIA5SubstringsMatch
 
1223
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1224
 
 
1225
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.33 NAME 'ApacheModMimeMagicObj'
 
1226
        DESC 'Contains configuration directives for mod_mime_magic'
 
1227
        SUP 'ApacheConfigObj'
 
1228
        MAY ApacheMimeMagicFile )
 
1229
 
 
1230
####################
 
1231
 
 
1232
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.159 NAME 'ApacheMMapFile'
 
1233
        DESC 'Syntax: MMapFile filename [filename] ...'
 
1234
        EQUALITY caseExactIA5Match
 
1235
        SUBSTR caseExactIA5SubstringsMatch
 
1236
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1237
 
 
1238
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.34 NAME 'ApacheModMmapStaticObj'
 
1239
        DESC 'Contains configuration directives for mod_mmap_static'
 
1240
        SUP 'ApacheConfigObj'
 
1241
        MAY ApacheMMapFile )
 
1242
 
 
1243
####################
 
1244
 
 
1245
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.160 NAME 'ApacheCacheNegotiatedDocs'
 
1246
        DESC 'Syntax: CacheNegotiatedDocs'
 
1247
        EQUALITY caseExactIA5Match
 
1248
        SUBSTR caseExactIA5SubstringsMatch
 
1249
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1250
 
 
1251
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.161 NAME 'ApacheLanguagePriority'
 
1252
        DESC 'Syntax: LanguagePriority MIME-lang [MIME-lang] ...'
 
1253
        EQUALITY caseExactIA5Match
 
1254
        SUBSTR caseExactIA5SubstringsMatch
 
1255
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1256
 
 
1257
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.35 NAME 'ApacheModNegotiationObj'
 
1258
        DESC 'Contains configuration directives for mod_negotiation'
 
1259
        SUP 'ApacheConfigObj'
 
1260
        MAY ( ApacheCacheNegotiatedDocs $ ApacheLanguagePriority ) )
 
1261
 
 
1262
####################
 
1263
 
 
1264
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.162 NAME 'ApacheAllowCONNECT'
 
1265
        DESC 'Syntax: AllowCONNECT port [port] ...'
 
1266
        EQUALITY caseExactIA5Match
 
1267
        SUBSTR caseExactIA5SubstringsMatch
 
1268
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1269
 
 
1270
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.163 NAME 'ApacheCacheDefaultExpire'
 
1271
        DESC 'Syntax: CacheDefaultExpire hours'
 
1272
        EQUALITY integerMatch
 
1273
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1274
 
 
1275
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.164 NAME 'ApacheCacheDirLength'
 
1276
        DESC 'Syntax: CacheDirLength length'
 
1277
        EQUALITY integerMatch
 
1278
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1279
 
 
1280
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.165 NAME 'ApacheCacheDirLevels'
 
1281
        DESC 'Syntax: CacheDirLevels levels'
 
1282
        EQUALITY integerMatch
 
1283
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1284
 
 
1285
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.166 NAME 'ApacheCacheForceCompletion'
 
1286
        DESC 'Syntax: CacheForceCompletion percentage'
 
1287
        EQUALITY integerMatch
 
1288
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1289
 
 
1290
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.167 NAME 'ApacheCacheGcInterval'
 
1291
        DESC 'Syntax: CacheGcInterval hours'
 
1292
        EQUALITY integerMatch
 
1293
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1294
 
 
1295
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.168 NAME 'ApacheCacheLastModifiedFactor'
 
1296
        DESC 'Syntax: CacheLastModifiedFactor factor'
 
1297
        EQUALITY caseExactIA5Match
 
1298
        SUBSTR caseExactIA5SubstringsMatch
 
1299
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1300
 
 
1301
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.169 NAME 'ApacheCacheMaxExpire'
 
1302
        DESC 'Syntax: CacheMaxExpire hours'
 
1303
        EQUALITY integerMatch
 
1304
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1305
 
 
1306
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.170 NAME 'ApacheCacheRoot'
 
1307
        DESC 'Syntax: CacheRoot directory'
 
1308
        EQUALITY caseExactIA5Match
 
1309
        SUBSTR caseExactIA5SubstringsMatch
 
1310
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1311
 
 
1312
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.171 NAME 'ApacheCacheSize'
 
1313
        DESC 'Syntax: CacheSize kilobytes'
 
1314
        EQUALITY integerMatch
 
1315
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1316
 
 
1317
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.172 NAME 'ApacheNoCache'
 
1318
        DESC 'Syntax: NoCache *|word|host|domain [word|host|domain] ...'
 
1319
        EQUALITY caseExactIA5Match
 
1320
        SUBSTR caseExactIA5SubstringsMatch
 
1321
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1322
 
 
1323
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.173 NAME 'ApacheNoProxy'
 
1324
        DESC 'Syntax: NoProxy NoProxy Domain|SubNet|IpAddr|Hostname [Domain|SubNet|IpAddr|Hostname] ...'
 
1325
        EQUALITY caseExactIA5Match
 
1326
        SUBSTR caseExactIA5SubstringsMatch
 
1327
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1328
 
 
1329
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.174 NAME 'ApacheProxyBlock'
 
1330
        DESC 'Syntax: ProxyBlock *|word|host|domain [word|host|domain] ...'
 
1331
        EQUALITY caseExactIA5Match
 
1332
        SUBSTR caseExactIA5SubstringsMatch
 
1333
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1334
 
 
1335
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.175 NAME 'ApacheProxyDomain'
 
1336
        DESC 'Syntax: ProxyDomain Domain'
 
1337
        EQUALITY caseExactIA5Match
 
1338
        SUBSTR caseExactIA5SubstringsMatch
 
1339
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1340
 
 
1341
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.176 NAME 'ApacheProxyIOBufferSize'
 
1342
        DESC 'Syntax: ProxyIOBufferSize bytes'
 
1343
        EQUALITY integerMatch
 
1344
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1345
 
 
1346
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.177 NAME 'ApacheProxyPass'
 
1347
        DESC 'Syntax: ProxyPass path url'
 
1348
        EQUALITY caseExactIA5Match
 
1349
        SUBSTR caseExactIA5SubstringsMatch
 
1350
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1351
 
 
1352
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.178 NAME 'ApacheProxyPassReverse'
 
1353
        DESC 'Syntax: ProxyPassReverse path url'
 
1354
        EQUALITY caseExactIA5Match
 
1355
        SUBSTR caseExactIA5SubstringsMatch
 
1356
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1357
 
 
1358
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.179 NAME 'ApacheProxyReceiveBufferSize'
 
1359
        DESC 'Syntax: ProxyReceiveBufferSize bytes'
 
1360
        EQUALITY integerMatch
 
1361
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1362
 
 
1363
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.180 NAME 'ApacheProxyRemote'
 
1364
        DESC 'Syntax: ProxyRemote match remote-server'
 
1365
        EQUALITY caseExactIA5Match
 
1366
        SUBSTR caseExactIA5SubstringsMatch
 
1367
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1368
 
 
1369
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.181 NAME 'ApacheProxyRequests'
 
1370
        DESC 'Syntax: ProxyRequests on|off'
 
1371
        EQUALITY caseExactIA5Match
 
1372
        SUBSTR caseExactIA5SubstringsMatch
 
1373
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1374
 
 
1375
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.182 NAME 'ApacheProxyVia'
 
1376
        DESC 'Syntax: ProxyVia on|off|full|block'
 
1377
        EQUALITY caseExactIA5Match
 
1378
        SUBSTR caseExactIA5SubstringsMatch
 
1379
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1380
 
 
1381
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.36 NAME 'ApacheModProxyObj'
 
1382
        DESC 'Contains configuration directives for mod_proxy'
 
1383
        SUP 'ApacheConfigObj'
 
1384
        MAY ( ApacheAllowCONNECT $ ApacheCacheDefaultExpire $ ApacheCacheDirLength $
 
1385
                 ApacheCacheDirLevels $ ApacheCacheForceCompletion $ ApacheCacheGcInterval $
 
1386
                 ApacheCacheLastModifiedFactor $ ApacheCacheMaxExpire $ ApacheCacheRoot $
 
1387
                 ApacheCacheSize $ ApacheNoCache $ ApacheNoProxy $
 
1388
                 ApacheProxyBlock $ ApacheProxyDomain $ ApacheProxyIOBufferSize $
 
1389
                 ApacheProxyPass $ ApacheProxyPassReverse $ ApacheProxyReceiveBufferSize $
 
1390
                 ApacheProxyRemote $ ApacheProxyRequests $ ApacheProxyVia ) )
 
1391
 
 
1392
####################
 
1393
 
 
1394
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.183 NAME 'ApacheRewriteBase'
 
1395
        DESC 'Syntax: RewriteBase URL-path'
 
1396
        EQUALITY caseExactIA5Match
 
1397
        SUBSTR caseExactIA5SubstringsMatch
 
1398
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1399
 
 
1400
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.184 NAME 'ApacheRewriteCond'
 
1401
        DESC 'Syntax: RewriteCond TestString CondPattern'
 
1402
        EQUALITY caseExactIA5Match
 
1403
        SUBSTR caseExactIA5SubstringsMatch
 
1404
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1405
 
 
1406
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.185 NAME 'ApacheRewriteEngine'
 
1407
        DESC 'Syntax: RewriteEngine on|off'
 
1408
        EQUALITY caseExactIA5Match
 
1409
        SUBSTR caseExactIA5SubstringsMatch
 
1410
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1411
 
 
1412
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.186 NAME 'ApacheRewriteLock'
 
1413
        DESC 'Syntax: RewriteLock file-path'
 
1414
        EQUALITY caseExactIA5Match
 
1415
        SUBSTR caseExactIA5SubstringsMatch
 
1416
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1417
 
 
1418
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.187 NAME 'ApacheRewriteLog'
 
1419
        DESC 'Syntax: RewriteLog file-path'
 
1420
        EQUALITY caseExactIA5Match
 
1421
        SUBSTR caseExactIA5SubstringsMatch
 
1422
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1423
 
 
1424
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.188 NAME 'ApacheRewriteLogLevel'
 
1425
        DESC 'Syntax: RewriteLogLevel Level'
 
1426
        EQUALITY integerMatch
 
1427
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
1428
 
 
1429
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.189 NAME 'ApacheRewriteMap'
 
1430
        DESC 'Syntax: RewriteMap MapName MapType:MapSource'
 
1431
        EQUALITY caseExactIA5Match
 
1432
        SUBSTR caseExactIA5SubstringsMatch
 
1433
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1434
 
 
1435
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.190 NAME 'ApacheRewriteOptions'
 
1436
        DESC 'Syntax: RewriteOptions Option'
 
1437
        EQUALITY caseExactIA5Match
 
1438
        SUBSTR caseExactIA5SubstringsMatch
 
1439
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1440
 
 
1441
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.191 NAME 'ApacheRewriteRule'
 
1442
        DESC 'Syntax: RewriteRule Pattern Substitution'
 
1443
        EQUALITY caseExactIA5Match
 
1444
        SUBSTR caseExactIA5SubstringsMatch
 
1445
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1446
 
 
1447
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.37 NAME 'ApacheModRewriteObj'
 
1448
        DESC 'Contains configuration directives for mod_rewrite'
 
1449
        SUP 'ApacheConfigObj'
 
1450
        MAY ( ApacheRewriteBase $ ApacheRewriteCond $ ApacheRewriteEngine $
 
1451
                 ApacheRewriteLock $ ApacheRewriteLog $ ApacheRewriteLogLevel $
 
1452
                 ApacheRewriteMap $ ApacheRewriteOptions $ ApacheRewriteRule ) )
 
1453
 
 
1454
####################
 
1455
 
 
1456
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.192 NAME 'ApacheBrowserMatch'
 
1457
        DESC 'Syntax: BrowserMatch regex env-variable[=value] [env-variable[=value]] ...'
 
1458
        EQUALITY caseExactIA5Match
 
1459
        SUBSTR caseExactIA5SubstringsMatch
 
1460
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1461
 
 
1462
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.193 NAME 'ApacheBrowserMatchNoCase'
 
1463
        DESC 'Syntax: BrowserMatchNoCase regex env-variable[=value] [env-variable[=value]] ...'
 
1464
        EQUALITY caseExactIA5Match
 
1465
        SUBSTR caseExactIA5SubstringsMatch
 
1466
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1467
 
 
1468
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.194 NAME 'ApacheSetEnvIf'
 
1469
        DESC 'Syntax: SetEnvIf attribute regex env-variable[=value] [env-variable[=value]] ...'
 
1470
        EQUALITY caseExactIA5Match
 
1471
        SUBSTR caseExactIA5SubstringsMatch
 
1472
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1473
 
 
1474
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.195 NAME 'ApacheSetEnvIfNoCase'
 
1475
        DESC 'Syntax: SetEnvIfNoCase attribute regex env-variable[=value] [env-variable[=value]] ...'
 
1476
        EQUALITY caseExactIA5Match
 
1477
        SUBSTR caseExactIA5SubstringsMatch
 
1478
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1479
 
 
1480
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.38 NAME 'ApacheModSetenvifObj'
 
1481
        DESC 'Contains configuration directives for mod_setenvif'
 
1482
        SUP 'ApacheConfigObj'
 
1483
        MAY ( ApacheBrowserMatch $ ApacheBrowserMatchNoCase $ ApacheSetEnvIf $
 
1484
                 ApacheSetEnvIfNoCase ) )
 
1485
 
 
1486
####################
 
1487
 
 
1488
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.196 NAME 'ApacheLoadFile'
 
1489
        DESC 'Syntax: LoadFile filename [filename] ...'
 
1490
        EQUALITY caseExactIA5Match
 
1491
        SUBSTR caseExactIA5SubstringsMatch
 
1492
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1493
 
 
1494
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.197 NAME 'ApacheLoadModule'
 
1495
        DESC 'Syntax: LoadModule module filename'
 
1496
        EQUALITY caseExactIA5Match
 
1497
        SUBSTR caseExactIA5SubstringsMatch
 
1498
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1499
 
 
1500
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.39 NAME 'ApacheModSoObj'
 
1501
        DESC 'Contains configuration directives for mod_so'
 
1502
        SUP 'ApacheConfigObj'
 
1503
        MAY ( ApacheLoadFile $ ApacheLoadModule ) )
 
1504
 
 
1505
####################
 
1506
 
 
1507
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.198 NAME 'ApacheCheckSpelling'
 
1508
        DESC 'Syntax: CheckSpelling on|off'
 
1509
        EQUALITY caseExactIA5Match
 
1510
        SUBSTR caseExactIA5SubstringsMatch
 
1511
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1512
 
 
1513
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.40 NAME 'ApacheModSpelingObj'
 
1514
        DESC 'Contains configuration directives for mod_speling'
 
1515
        SUP 'ApacheConfigObj'
 
1516
        MAY ApacheCheckSpelling )
 
1517
 
 
1518
####################
 
1519
 
 
1520
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.199 NAME 'ApacheExtendedStatus'
 
1521
        DESC 'Syntax: ExtendedStatus On|Off'
 
1522
        EQUALITY caseExactIA5Match
 
1523
        SUBSTR caseExactIA5SubstringsMatch
 
1524
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1525
 
 
1526
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.41 NAME 'ApacheModStatusObj'
 
1527
        DESC 'Contains configuration directives for mod_status'
 
1528
        SUP 'ApacheConfigObj'
 
1529
        MAY ApacheExtendedStatus )
 
1530
 
 
1531
####################
 
1532
 
 
1533
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.200 NAME 'ApacheUserDir'
 
1534
        DESC 'Syntax: UserDir directory-filename'
 
1535
        EQUALITY caseExactIA5Match
 
1536
        SUBSTR caseExactIA5SubstringsMatch
 
1537
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 
1538
 
 
1539
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.42 NAME 'ApacheModUserdirObj'
 
1540
        DESC 'Contains configuration directives for mod_userdir'
 
1541
        SUP 'ApacheConfigObj'
 
1542
        MAY ApacheUserDir )
 
1543
 
 
1544
####################
 
1545
 
 
1546
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.201 NAME 'ApacheCookieDomain'
 
1547
        DESC 'Syntax: CookieDomain domain'
 
1548
        EQUALITY caseExactIA5Match
 
1549
        SUBSTR caseExactIA5SubstringsMatch
 
1550
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1551
 
 
1552
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.202 NAME 'ApacheCookieExpires'
 
1553
        DESC 'Syntax: CookieExpires expiry-period'
 
1554
        EQUALITY caseExactIA5Match
 
1555
        SUBSTR caseExactIA5SubstringsMatch
 
1556
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1557
 
 
1558
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.203 NAME 'ApacheCookieName'
 
1559
        DESC 'Syntax: CookieName token '
 
1560
        EQUALITY caseExactIA5Match
 
1561
        SUBSTR caseExactIA5SubstringsMatch
 
1562
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1563
 
 
1564
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.204 NAME 'ApacheCookieStyle'
 
1565
        DESC 'Syntax: CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965'
 
1566
        EQUALITY caseExactIA5Match
 
1567
        SUBSTR caseExactIA5SubstringsMatch
 
1568
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1569
 
 
1570
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.205 NAME 'ApacheCookieTracking'
 
1571
        DESC 'Syntax: CookieTracking on|off'
 
1572
        EQUALITY caseExactIA5Match
 
1573
        SUBSTR caseExactIA5SubstringsMatch
 
1574
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1575
 
 
1576
objectclass ( 1.3.6.1.4.1.13607.1.1.1.1.43 NAME 'ApacheModUsertrackObj'
 
1577
        DESC 'Contains configuration directives for mod_usertrack'
 
1578
        SUP 'ApacheConfigObj'
 
1579
        MAY ( ApacheCookieDomain $ ApacheCookieExpires $ ApacheCookieName $
 
1580
                 ApacheCookieStyle $ ApacheCookieTracking ) )
 
1581
 
 
1582
####################
 
1583
 
 
1584
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.206 NAME 'ApacheVirtualDocumentRoot'
 
1585
        DESC 'Syntax: VirtualDocumentRoot interpolated-directory'
 
1586
        EQUALITY caseExactIA5Match
 
1587
        SUBSTR caseExactIA5SubstringsMatch
 
1588
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1589
 
 
1590
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.207 NAME 'ApacheVirtualDocumentRootIP'
 
1591
        DESC 'Syntax: VirtualDocumentRootIP interpolated-directory'
 
1592
        EQUALITY caseExactIA5Match
 
1593
        SUBSTR caseExactIA5SubstringsMatch
 
1594
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1595
 
 
1596
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.208 NAME 'ApacheVirtualScriptAlias'
 
1597
        DESC 'Syntax: VirtualScriptAlias interpolated-directory'
 
1598
        EQUALITY caseExactIA5Match
 
1599
        SUBSTR caseExactIA5SubstringsMatch
 
1600
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1601
 
 
1602
attributetype ( 1.3.6.1.4.1.13607.1.1.1.2.209 NAME 'ApacheVirtualScriptAliasIP'
 
1603
        DESC 'Syntax: VirtualScriptAliasIP interpolated-directory'
 
1604
        EQUALITY caseExactIA5Match
 
1605
        SUBSTR caseExactIA5SubstringsMatch
 
1606
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
 
1607