This file is indexed.

/etc/ldap/schema/gosa/goserver.schema is in gosa-schema 2.7.4+reloaded1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
## 
##
## goserver.schema - Needed by the GONICUS System Administator
##
## Version 030403
##
##
## Maintainer:		Lars Scheiter 	(scheiter@GONICUS.de)
##			Cajus Pollmeier	(pollmeier@GONICUS.de)
##
##


# Attributes for the Gonicus Terminal Server Class
attributetype ( 1.3.6.1.4.1.10098.1.1.9.1 NAME 'goXdmcpIsEnabled'
	DESC 'Indicates if the server is enabled for XDMCP queries'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.10098.1.1.9.2 NAME 'goFontPath'
	DESC 'Fontserver Entry'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

# Attributes for common Gonicus Server Class
attributetype ( 1.3.6.1.4.1.10098.1.1.9.4 NAME 'goExportEntry'
	DESC 'Provides an export entry'
	EQUALITY caseExactMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.9 NAME 'goSyslogSection'
	DESC 'What sections wants the server for its syslog service? i.e. *.*'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.10 NAME 'goTimeSource'
	DESC 'List of time sources'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.11 NAME 'goSpoolPath'
	DESC 'Provides a spool path for printing services'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.12 NAME 'goLdapBase'
	DESC 'Base to use for this LDAP server'
	EQUALITY caseExactMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.13 NAME 'goImapName'
	DESC 'Name of IMAP server appearing in GOsa'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.14 NAME 'goImapConnect'
	DESC 'PHP connect string for IMAP server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.15 NAME 'goImapAdmin'
	DESC 'IMAP admin account'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.16 NAME 'goImapPassword'
	DESC 'IMAP admin password'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.17 NAME 'goImapSieveServer'
	DESC 'Cyrus sieve server address or name'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.18 NAME 'goImapSievePort'
	DESC 'Cyrus sieve server port'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.19 NAME 'goKrbRealm'
	DESC 'Default Kerberos realm to use for this server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.20 NAME 'goKrbAdmin'
	DESC 'Admin principal for kerberos server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.21 NAME 'goKrbPassword'
	DESC 'Admin password for kerberos server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.22 NAME 'goFaxAdmin'
	DESC 'Admin principal for fax server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.23 NAME 'goFaxPassword'
	DESC 'Admin password for fax server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.83 NAME 'gosaLogDB'
	DESC 'GOsa logging DB name'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.24 NAME 'goLogAdmin'
	DESC 'Admin principal for log server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.25 NAME 'goLogPassword'
	DESC 'Admin password for log server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.26 NAME 'goFonAdmin'
        DESC 'Admin principal for fon server'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.27 NAME 'goFonPassword'
        DESC 'Admin password for fon server'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.28 NAME 'goFonAreaCode'
        DESC 'Store area code'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.29 NAME 'goFonCountryCode'
        DESC 'Store country code'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
        SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.30 NAME 'goGlpiAdmin'
	DESC 'Admin principal for glpi database server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.31 NAME 'goGlpiPassword'
	DESC 'Admin password for glpi database server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.32 NAME 'goGlpiDatabase'
	DESC 'Database name for glpi extension'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.33 NAME 'goTerminalServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.34 NAME 'goNfsServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.35 NAME 'goNtpServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.36 NAME 'goSyslogServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.37 NAME 'goLdapServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.38 NAME 'goImapServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.39 NAME 'goKrbServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.40 NAME 'goFaxServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.41 NAME 'goLogDBServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.42 NAME 'goFonServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.43 NAME 'goShareServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.44 NAME 'goMailServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.45 NAME 'goGlpiServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.46 NAME 'postfixHeaderSizeLimit'
	DESC 'Keep postfix header-size-limit variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.47 NAME 'postfixMailboxSizeLimit'
	DESC 'Keep postfix mailbox-size-limit variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.48 NAME 'postfixMessageSizeLimit'
	DESC 'Keep postfix message-size-limit variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.49 NAME 'postfixMyDestinations'
	DESC 'Keep postfix mydestinations variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.50 NAME 'postfixMyDomain'
	DESC 'Keep postfix mydomain variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.51 NAME 'postfixMyHostname'
	DESC 'Keep postfix myhostname variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.52 NAME 'postfixMyNetworks'
	DESC 'Keep postfix mynetworks variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.53 NAME 'postfixRelayhost'
	DESC 'Keep postfix relayhost variable'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.54 NAME 'postfixTransportTable'
	DESC 'Keep postfix transport tables'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.55 NAME 'postfixSenderRestrictions'
	DESC 'Keep postfix sender restrictions'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.56 NAME 'postfixRecipientRestrictions'
	DESC 'Keep postfix transport tables'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.57 NAME 'cyrusImap'
	DESC 'Start IMAP service? true/false'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.58 NAME 'cyrusImapSSL'
	DESC 'Start IMAP SSL service? true/false'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.59 NAME 'cyrusPop3'
	DESC 'Start POP3 service? true/false'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.60 NAME 'cyrusPop3SSL'
	DESC 'Start POP3 SSL service? true/false'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.61 NAME 'goCupsServerStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.62 NAME 'saRewriteHeader'
	DESC 'Text to place in front of mail subjects'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.63 NAME 'saTrustedNetworks'
	DESC 'List of trusted networks'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.64 NAME 'saRequiredScore'
	DESC 'Required score to tag a mail as SPAM'
	EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

#saFlags   B:    Enable use of bayes filtering
#          b:    Enable bayes auto learning
#          C:    Enable RBL checks
#          R:    Enable use of Razor
#          D:    Enable use of DDC
#          P:    Enable use of Pyzor
attributetype ( 1.3.6.1.4.1.10098.1.1.9.65 NAME 'saFlags'
	DESC 'Flags for spamassassin'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.66 NAME 'saRule'
	DESC 'Base64 encoded rule text for spamassassin'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.67 NAME 'saStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.68 NAME 'avMaxThreads'
	DESC 'Number of AV scanning threads'
	EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.69 NAME 'avMaxDirectoryRecursions'
	DESC 'Number of recursions done with directories'
	EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.70 NAME 'avUser'
	DESC 'Username to run with'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)

# avFlags         D       Debug
#                 S       Scan Mail
#                 A       Scan Archive
#                 E       Archive block encrypted
attributetype ( 1.3.6.1.4.1.10098.1.1.9.71 NAME 'avFlags'
	DESC 'Special flags for the scan engine'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.72 NAME 'avArchiveMaxFileSize'
	DESC 'Maximum archive file size'
	EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.73 NAME 'avArchiveMaxRecursion'
	DESC 'Maximum number of archive nestings'
	EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.74 NAME 'avArchiveMaxCompressionRatio'
	DESC 'Maximum compression ratio'
	EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.75 NAME 'avDatabaseMirror'
	DESC 'Where to find updates'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.76 NAME 'avHttpProxyURL'
	DESC 'How to get the updates'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.77 NAME 'avStatus'
	DESC 'Server status container - on / off / fail'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.78 NAME 'avChecksPerDay'
        DESC 'Update checks per day'
        EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.79 NAME 'goLogDB'
	DESC 'Name of logging DB'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.80 NAME 'goLogDBUser'
	DESC 'Auth user for logging DB'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.81 NAME 'goLogDBPassword'
	DESC 'Password for logging DB user'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE)

attributetype ( 1.3.6.1.4.1.10098.1.1.9.82 NAME 'gotoSessionType'
	DESC 'Supported type for a terminal server'
	EQUALITY caseExactIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)


##
##		Objectclasses
##

# Terminal Server description 
objectclass (1.3.6.1.4.1.10098.1.2.1.16 NAME 'goTerminalServer' SUP top AUXILIARY
	DESC 'Terminal server description (v2.7)'
	MUST ( cn $ goXdmcpIsEnabled )
	MAY  ( description $ goTerminalServerStatus $ gotoSessionType $ goFontPath ))

# NFS Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.19 NAME 'goNfsServer' SUP top AUXILIARY
	DESC 'NFS server description (v2.7)'
	MUST ( cn )
	MAY  ( goExportEntry $ description $ goNfsServerStatus ))

# Time Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.20 NAME 'goNtpServer' SUP top AUXILIARY
	DESC 'Time server description (v2.7)'
	MUST ( cn )
        MAY  ( goTimeSource $ description $ goNtpServerStatus ))

# Syslog Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.21 NAME 'goSyslogServer' SUP top AUXILIARY
	DESC 'Syslog server description (v2.7)'
	MUST ( cn )
	MAY  ( goSyslogSection $ description $ goSyslogServerStatus ))

# LDAP Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.22 NAME 'goLdapServer' SUP top AUXILIARY
	DESC 'LDAP server description (v2.7)'
	MUST ( cn )
	MAY  ( goLdapBase $ description $ goLdapServerStatus ))

# CUPS Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.23 NAME 'goCupsServer' SUP top AUXILIARY
	DESC 'CUPS server description (v2.7)'
	MUST ( cn )
	MAY  ( description $ goCupsServerStatus ))

# IMAP Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.24 NAME 'goImapServer' SUP top AUXILIARY
	DESC 'IMAP server description (v2.7)'
	MUST ( cn $ goImapName $ goImapConnect $ goImapAdmin $ goImapPassword )
	MAY  ( goImapSieveServer $ goImapSievePort $ description $ goImapServerStatus $
	       cyrusImap $ cyrusImapSSL $ cyrusPop3 $ cyrusPop3SSL ))

# Kerberos Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.25 NAME 'goKrbServer' SUP top AUXILIARY
	DESC 'Kerberos server description (v2.7)'
	MUST ( cn $ goKrbRealm )
	MAY  ( description $ goKrbServerStatus ))

# Fax Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.26 NAME 'goFaxServer' SUP top AUXILIARY
	DESC 'Fax server description (v2.7)'
	MUST ( cn $ goFaxAdmin $ goFaxPassword )
	MAY  ( description $ goFaxServerStatus ))

# Common server class
objectclass (1.3.6.1.4.1.10098.1.2.1.27 NAME 'goServer' SUP top AUXILIARY
	DESC 'Server description (v2.7)'
	MUST ( cn )
	MAY  ( description $ macAddress $ ipHostNumber ))

# LogDB Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.28 NAME 'goLogDBServer' SUP top AUXILIARY
	DESC 'Log DB server description (v2.7)'
	MUST ( cn $ gosaLogDB $ goLogAdmin $ goLogPassword )
	MAY  ( goLogDBServerStatus ))

# Fon Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.29 NAME 'goFonServer' SUP top AUXILIARY
        DESC 'Fon server description (v2.7)'
        MUST ( cn $ goFonAdmin $ goFonPassword $ goFonAreaCode $ goFonCountryCode )
        MAY  ( description $ goFonServerStatus ))

# Share Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.33 NAME 'goShareServer' SUP top AUXILIARY
	DESC 'Share server description (v2.7)'
	MUST ( cn )
	MAY  ( description $ goExportEntry $ goShareServerStatus ))

# Mail Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.36 NAME 'goMailServer' SUP top AUXILIARY
	DESC 'Mail server definition (v2.7)'
	MUST ( cn )
	MAY  ( description $ goMailServerStatus $ postfixHeaderSizeLimit $
	       postfixMailboxSizeLimit $ postfixMessageSizeLimit $
	       postfixMydestinations $ postfixMydomain $ postfixMyhostname $
	       postfixMynetworks $ postfixRelayhost $ postfixTransportTable $
	       postfixSenderRestrictions $ postfixRecipientRestrictions ) )

# Glpi Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.37 NAME 'goGlpiServer' SUP top AUXILIARY
	DESC 'Glpi server definition (v2.7)'
	MUST ( cn $ goGlpiAdmin $ goGlpiDatabase)
	MAY  ( description $ goGlpiPassword $ goGlpiServerStatus ) )

# Spamassassin definitions
objectclass (1.3.6.1.4.1.10098.1.2.1.38 NAME 'goSpamServer' SUP top AUXILIARY
	DESC 'Spam server definition (v2.7)'
	MUST ( cn )
	MAY  ( saRewriteHeader $ saTrustedNetworks $ saRequiredScore $ saFlags $
	       saRule $ saStatus ) )

# Clamav definitions
objectclass (1.3.6.1.4.1.10098.1.2.1.39 NAME 'goVirusServer' SUP top AUXILIARY
	DESC 'Virus server definition (v2.7)'
	MUST ( cn )
	MAY  ( avMaxThreads $ avMaxDirectoryRecursions $ avUser $ avFlags $
               avArchiveMaxFileSize $ avArchiveMaxRecursion $ avArchiveMaxCompressionRatio $
               avDatabaseMirror $ avChecksPerDay $ avHttpProxyURL $ avStatus) )

# LogDB Server description
objectclass (1.3.6.1.4.1.10098.1.2.1.40 NAME 'gosaLogServer' SUP top AUXILIARY
	DESC 'GOsa log server (v2.7)'
	MUST ( cn $ goLogDB $ goLogDBUser $ goLogDBPassword ))

# Environment Server
objectclass (1.3.6.1.4.1.10098.1.2.1.41 NAME 'goEnvironmentServer' SUP top AUXILIARY
	DESC 'Environment server definition (v2.7)'
	MUST ( cn )
	MAY  ( gotoKioskProfile ) )