This file is indexed.

/etc/ldap/schema/gosa/openxchange.schema is in gosa-plugin-openxchange-schema 2.7.4+reloaded2-9ubuntu1.

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
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
#
# OPEN X CHANGE ORG - SCHEMA 0.1 
#
attributetype ( 1.1.2.1.1.1 NAME ( 'mailEnabled' )
	DESC 'Is the user enabled or not, for pam_ldap,postfix etc. filtering...'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.2 NAME ( 'alias' )
	DESC 'email alias'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )

attributetype ( 1.1.2.1.1.3 NAME ( 'imapServer' )
	DESC 'Users Imap Server'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.4 NAME ( 'imapPort' )
	DESC 'Users Imap Server Port'
	SUP ipServicePort )

attributetype ( 1.1.2.1.1.5 NAME ( 'sievePort' ) 
	DESC 'Users SIEVE Server Port'
	SUP ipServicePort )

attributetype ( 1.1.2.1.1.6 NAME ( 'smtpServer' )
	DESC 'Users SMTP Server'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.7 NAME ( 'smtpPort' )
	DESC 'Users SMTP Server Port'
	SUP ipServicePort )

attributetype ( 1.1.2.1.1.8 NAME ( 'relClientCert' )
	DESC 'Users Certificate for Ip Service like SMTP or IMAP'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.9 NAME ( 'userCountry' )
        DESC 'Users country code'
        SUP name SINGLE-VALUE )

attributetype ( 1.1.2.1.1.10 NAME ( 'loginDestination' )
	DESC 'Users Destination - Groupware , Webmail, Config ...'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.11 NAME ( 'birthDay' )
	DESC 'Users birthday'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.12 NAME ( 'colocRouteAddr' )
	DESC 'route mail to this address'
	EQUALITY caseIgnoreIA5Match
	SUBSTR caseIgnoreIA5SubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.13 NAME ( 'reject' )
	DESC 'Should contain the mailaddys to reject'
	EQUALITY caseIgnoreIA5Match
	SUBSTR caseIgnoreIA5SubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

attributetype ( 1.1.2.1.1.14 NAME ( 'lnetMailAccess' )
	DESC 'Is the user able to send mail to the inet'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.15 NAME ( 'OXGroupwareStyle' )
	DESC 'Groupware Style'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.16 NAME ( 'OXWebmailStyle' )
	DESC 'Webmail Style'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.17 NAME 'OXGroupID'
        DESC 'GIDs of the secondary Groups of the User'
        EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27)

attributetype ( 1.1.2.1.1.18 NAME ( 'OXAppointmentDays' )
	DESC 'Days to display new appointments'
	EQUALITY caseIgnoreIA5Match
	SUBSTR caseIgnoreIA5SubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )


attributetype ( 1.1.2.1.1.19 NAME ( 'OXTaskDays' )
	DESC 'Days to display new tasks'
	EQUALITY caseIgnoreIA5Match
	SUBSTR caseIgnoreIA5SubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

attributetype ( 1.1.2.1.1.20 NAME ( 'OXTimeZone' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.21 NAME ( 'groupwareServer' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.22 NAME ( 'groupwareServerPort' )
	SUP ipServicePort )

attributetype ( 1.1.2.1.1.23 NAME ( 'webmailServer' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.24 NAME ( 'webmailServerPort' )
	SUP ipServicePort )

attributetype ( 1.1.2.1.1.25 NAME ( 'DBServer' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.26 NAME ( 'DBServerPort' )
	SUP ipServicePort SINGLE-VALUE )

attributetype ( 1.1.2.1.1.27 NAME ( 'DBServerType' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.29 NAME ( 'resourceGroupName' ) 
	SUP name SINGLE-VALUE )

attributetype ( 1.1.2.1.1.30 NAME ( 'resourceGroupMember' )
	DESC 'resource that is member of a resource group'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )

attributetype ( 1.1.2.1.1.31 NAME ( 'resourceGroupAvailable' )
        DESC 'Ressource group available in OX'
	EQUALITY booleanMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )

attributetype ( 1.1.2.1.1.32 NAME ( 'resourceGroupDescription' ) 
	SUP description SINGLE-VALUE )

attributetype ( 1.1.2.1.1.33 NAME ( 'resourceName' ) 
	SUP name SINGLE-VALUE )

attributetype ( 1.1.2.1.1.34 NAME ( 'resourceAvailable' )
        DESC 'Ressource available in OX'
	EQUALITY booleanMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )

attributetype ( 1.1.2.1.1.35 NAME ( 'resourceDescription' ) 
	SUP description SINGLE-VALUE )

attributetype ( 1.1.2.1.1.36 NAME ( 'mailDomain' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.37 NAME ( 'vaddress' )
	DESC 'vadress'
	EQUALITY caseIgnoreIA5Match
	SUBSTR caseIgnoreIA5SubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

attributetype ( 1.1.2.1.1.38  NAME ( 'MTALocaldomain' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.39 NAME ( 'mailDeliveryProgram' )
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )

attributetype ( 1.1.2.1.1.40 NAME ( 'deliverToUID' )
	DESC 'direct mail delivery'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )

attributetype ( 1.1.2.1.1.41 NAME ( 'fn' ) SUP name )

attributetype ( 1.1.2.1.1.42 NAME ( 'smtpDomainTransportNexthop' )
	DESC 'contain transport:[nexthop] mail routing information'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} SINGLE-VALUE )

attributetype ( 1.1.2.1.1.43 NAME ( 'smtpDomain' )
	DESC 'contain host/domain name, used with smtpDomainTransportNexthop'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )



########### Special Attributes for new Contact Handling (OL)  ###############################

attributetype ( 1.1.2.1.1.44 NAME ( 'IPPhone' )
        DESC 'User IPPhone Address in Outlook'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.45 NAME ( 'url' )
        DESC 'Users business Homepage'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.46 NAME ( 'otherpager' )
        DESC 'Users Business pager'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.47 NAME ( 'otherfacsimiletelephonenumber' )
        DESC 'Users Home fax number'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.48 NAME ( 'middleName' )
        DESC 'Users middlename'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.49 NAME ( 'conferenceInformation' )
        DESC 'Users n3tmeeting Info'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

########### END - Special Attributes for new Contact Handling (OL)  ###############################

########### Special Attributes for new Contact Handling (OX) ##############################

attributetype ( 1.1.2.1.1.50 NAME ( 'OXUserPosition' )
        DESC 'Users position'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.51 NAME ( 'OXUserSalesVolume' )
        DESC 'Users sales volume'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.52 NAME ( 'OXUserCity' )
        DESC 'Users City'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.53 NAME ( 'OXUserTaxID' )
        DESC 'Users Tax ID'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.54 NAME ( 'OXUserComReg' )
        DESC 'Users Commercial Register'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.55 NAME ( 'OXUserBranches' )
        DESC 'Users Branches'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.56 NAME ( 'OXUserAssistant' )
        DESC 'Users Assistant'
	SUP manager )

attributetype ( 1.1.2.1.1.57 NAME ( 'OXUserCategories' )
        DESC 'Users Categories'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.58 NAME ( 'OXUserOtherStreet' )
        DESC 'Users alternative Street'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.59 NAME ( 'OXUserOtherPostalCode' )
        DESC 'Users alternative postal code'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.60 NAME ( 'OXUserOtherCity' )
        DESC 'Users alternative city'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.61 NAME ( 'OXUserOtherState' )
        DESC 'Users alternative State'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.62 NAME ( 'OXUserOtherCountry' )
        DESC 'Users alternative Country'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.63 NAME ( 'OXUserTeleAssistant' )
        DESC 'Users Assistant TelephoneNumber'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.64 NAME ( 'OXUserTeleBusiness2' )
        DESC 'Users alternative business phone number'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.65 NAME ( 'OXUserTeleCallback' )
        DESC 'Users Callback'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.66 NAME ( 'OXUserTeleCar' )
        DESC 'Users Car Phone Number'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.67 NAME ( 'OXUserTeleCompany' )
        DESC 'Users Company Phone'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.68 NAME ( 'OXUserTeleHome2' )
        DESC 'Users 2nd. Home Phone '
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.69 NAME ( 'OXUserTeleMobile2' )
        DESC 'Users 2nd mobile number'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.70 NAME ( 'OXUserTeleOther' )
        DESC 'Users other Phone'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.71 NAME ( 'OXUserTeleFax2' )
        DESC 'Users 2nd Telefax Number'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.72 NAME ( 'OXUserTelePrimary' )
        DESC 'Users primary Phone'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.73 NAME ( 'OXUserTeleRadio' )
        DESC 'Users Radio'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.74 NAME ( 'OXUserTeleTTY' )
        DESC 'Users TTY/tdd '
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.75 NAME ( 'OXUserInstantMessenger' )
        DESC 'Users IM'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.76 NAME ( 'OXUserInstantmessenger2' )
        DESC 'Users 2nd IM'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.77 NAME ( 'OXUserEmail2' )
        DESC 'Users 2nd Email'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.78 NAME ( 'OXUserEmail3' )
        DESC 'Users 3rd Email'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.79 NAME ( 'OXUserUserUndef01' )
        DESC 'Users custom field 01'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.80 NAME ( 'OXUserUserUndef02' )
        DESC 'Users custom field 02'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.81 NAME ( 'OXUserUserUndef03' )
        DESC 'Users custom field 03'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.82 NAME ( 'OXUserUserUndef04' )
        DESC 'Users custom field 04'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.83 NAME ( 'OXUserUserUndef05' )
        DESC 'Users custom field 05'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.84 NAME ( 'OXUserUserUndef06' )
        DESC 'Users custom field 06'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.85 NAME ( 'OXUserUserUndef07' )
        DESC 'Users custom field 07'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.86 NAME ( 'OXUserUserUndef08' )
        DESC 'Users custom field 08'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.87 NAME ( 'OXUserUserUndef09' )
        DESC 'Users custom field 09'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.88 NAME ( 'OXUserUserUndef10' )
        DESC 'Users custom field 10'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.89 NAME ( 'OXUserUserUndef11' )
        DESC 'Users custom field 11'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.90 NAME ( 'OXUserUserUndef12' )
        DESC 'Users custom field 12'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.91 NAME ( 'OXUserUserUndef13' )
        DESC 'Users custom field 13'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.92 NAME ( 'OXUserUserUndef14' )
        DESC 'Users custom field 14'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.93 NAME ( 'OXUserUserUndef15' )
        DESC 'Users custom field 15'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.94 NAME ( 'OXUserUserUndef16' )
        DESC 'Users custom field 16'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.95 NAME ( 'OXUserUserUndef17' )
        DESC 'Users custom field 17'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.96 NAME ( 'OXUserUserUndef18' )
        DESC 'Users custom field 18'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.97 NAME ( 'OXUserUserUndef19' )
        DESC 'Users custom field 19'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.98 NAME ( 'OXUserUserUndef20' )
        DESC 'Users custom field 20'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.99 NAME ( 'OXUserSuffix' )
        DESC 'Users Suffix Name'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.100 NAME ( 'OXUserPostalCode' )
        DESC 'Users Postal Code address'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.101 NAME ( 'OXUserState' )
        DESC 'Users State Name'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.102 NAME ( 'OXUserMaritalStatus' )
        DESC 'Users marital status'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.103 NAME ( 'OXUserChildren' )
        DESC 'The number of users children '
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


attributetype ( 1.1.2.1.1.104 NAME ( 'OXUserProfession' )
        DESC 'The Users profession'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.105 NAME ( 'OXUserNickName' )
        DESC 'Users Nick Name'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.106 NAME ( 'OXUserSpouseName' )
        DESC 'Users Spouse Name'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.107 NAME ( 'OXUserAnniversary' )
        DESC 'Any user anniversary'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.108 NAME ( 'OXUserComment' )
        DESC 'A comment about the Users'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.109 NAME ( 'OXUserDistributionList' )
        DESC 'uid for the distribution List in the Databse'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


########### ADDED FOR OX GROUPWARE DAYVIEW ############
attributetype ( 1.1.2.1.1.110 NAME ( 'OXDayviewInterval' )
        DESC 'interval for displaying ox appointments on the dayview'
        EQUALITY integerMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )

attributetype ( 1.1.2.1.1.111 NAME ( 'OXDayviewStartTime' )
        DESC 'starttime for displaying ox appointments on the dayview'
	EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

attributetype ( 1.1.2.1.1.112 NAME ( 'OXDayviewEndTime' )
        DESC 'endtime for displaying ox appointments on the dayview'
	EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
#######################################################


### ADDED FOR VDOMAINOBJECT ###

attributetype ( 1.1.2.1.1.113 NAME ( 'domainName' )
        DESC 'The name of domain'
        EQUALITY caseIgnoreIA5Match
        SUBSTR caseIgnoreIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )

###############################



#########################################################################



#
# Here we go with the OX Objects ...
#

objectclass ( 1.1.2.2.1.1 NAME 'OXUserObject' SUP top AUXILIARY
	DESC 'Additional Objectclass for OX User'
	MAY ( alias $ imapServer $ imapPort $ sievePort $ mailDomain $ smtpServer $ smtpPort $
	groupwareServer $ groupwareServerPort $ webmailServer $ webmailServerPort $
	DBServer $ DBServerPort $ DBServerType $ reject $ relClientCert $ userCountry $ 
	loginDestination $ birthDay $ colocRouteAddr $ mailEnabled $ lnetMailAccess $ vaddress $ 
	IPPhone $ url $ otherpager $ otherfacsimiletelephonenumber $ homephone $ 
	c $ info $ middleName $ co $ conferenceInformation $ telexNumber $
	OXGroupwareStyle $ OXWebmailStyle $ OXGroupID $ OXAppointmentDays $ OXTaskDays $ OXDayViewInterval $ OXDayViewStartTime $ OXDayViewEndTime $ OXTimeZone $
	OXUserSuffix $ OXUserPostalCode $ OXUserCity $ OXUserState $ OXUserMaritalStatus $ OXUserChildren $ OXUserProfession $
	OXUserNickName $ OXUserSpouseName $ OXUserAnniversary $ OXUserComment $
	OXUserPosition $ OXUserSalesVolume $ OXUserTaxID $ OXUserComReg $ OXUserBranches $
	OXUserAssistant $ OXUserCategories $ OXUserOtherStreet $ OXUserOtherPostalCode $ OXUserOtherCity $
	OXUserOtherState $ OXUserOtherCountry $ OXUserTeleAssistant $ OXUserTeleBusiness2 $ OXUserTeleCallback $
	OXUserTeleCar $ OXUserTeleCompany $ OXUserTeleHome2 $ OXUserTeleMobile2 $ OXUserTeleOther $ OXUserTeleFax2 $
	OXUserTelePrimary $ OXUserTeleRadio $ OXUserTeleTTY $ OXUserInstantMessenger $ OXUserInstantmessenger2 $
	OXUserEmail2 $ OXUserEmail3 $ OXUserUserUndef01 $ OXUserUserUndef02 $ OXUserUserUndef03 $ OXUserUserUndef04 $
	OXUserUserUndef05 $ OXUserUserUndef06 $ OXUserUserUndef07 $ OXUserUserUndef08 $ OXUserUserUndef09 $
	OXUserUserUndef10 $ OXUserUserUndef11 $ OXUserUserUndef12 $ OXUserUserUndef13 $ OXUserUserUndef14 $
	OXUserUserUndef15 $ OXUserUserUndef16 $ OXUserUserUndef17 $ OXUserUserUndef18 $ OXUserUserUndef19 $
	OXUserUserUndef20 $ OXUserDistributionList
	))

objectclass ( 1.1.2.2.1.2 NAME 'OXResourceGroupObject' SUP top STRUCTURAL
	DESC 'Additional Objectclass for OX ResourceGroup'
	MAY ( resourceGroupName $ resourceGroupMember $ resourceGroupAvailable $ resourceGroupDescription ))


objectclass ( 1.1.2.2.1.3 NAME 'OXResourceObject' SUP top STRUCTURAL
	DESC 'Additional Objectclass for OX Resource'
	MAY ( resourceName $ resourceAvailable $ resourceDescription ))

objectclass ( 1.1.2.2.1.4 NAME 'OXVDomainObject' SUP top STRUCTURAL
        DESC 'virtual domains, can be used for lookups for MTA'
        MUST ( MTALocaldomain $ domainName ))

objectclass ( 1.1.2.2.1.5 NAME 'OXIMAPFolderObject' SUP top STRUCTURAL
	DESC 'Shared IMAP Folder'
	MUST fn
	MAY ( mailDeliveryProgram $ description $ mailEnabled $
	      deliverToUID))

objectclass ( 1.1.2.2.1.6 NAME 'OXMailTransportObject' SUP top STRUCTURAL
	DESC 'Transport maps in LDAP'
	MUST ( smtpDomainTransportNexthop $ smtpDomain $ cn )
	MAY   description )