This file is indexed.

/etc/ldap/schema/gosa/gosa-samba3.ldif 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
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
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
#
################################################################################
#
dn: cn=gosa-samba3,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: gosa-samba3
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.1
  NAME 'gosaSubtreeACL'
  DESC 'GOsa acl entry'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.2
  NAME 'gosaUser'
  DESC 'GOsa user'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.3
  NAME 'gosaObject'
  DESC 'GOsa object'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.4
  NAME 'gosaMailServer'
  DESC 'Specify users main mail server'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.5
  NAME 'gosaMailQuota'
  DESC 'GOsa quota definitions'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.6
  NAME 'gosaMailAlternateAddress'
  DESC 'Additional mail addresses where the user is reachable'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.7
  NAME 'gosaMailForwardingAddress'
  DESC 'Addresses where to forward mail to'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.8
  NAME 'gosaMailMaxSize'
  DESC 'Block mails bigger than this value'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.9
  NAME 'gosaSpamSortLevel'
  DESC 'Spamassassins hits'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.10
  NAME 'gosaSpamMailbox'
  DESC 'Where to put spam'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.11
  NAME 'gosaVacationMessage'
  DESC 'Text to display in case of vacation'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.12
  NAME 'gosaMailDeliveryMode'
  DESC 'What to do with mails'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.13
  NAME 'gosaDefaultPrinter'
  DESC 'Defines a default printer a user owns'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.14
  NAME 'gosaDefaultLanguage'
  DESC 'Defines the default language for a user'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.15
  NAME 'gosaHostACL'
  DESC 'Defines the places where users can login'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.16
  NAME 'gosaService'
  DESC 'Defines services a certain host can provide'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.17
  NAME 'gosaProxyID'
  DESC 'Defines the proxy user id used, needed for some filters'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.18
  NAME 'gosaProxyAcctFlags'
  DESC 'Proxy Account Flags'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16}
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.19
  NAME 'gosaProxyWorkingStart'
  DESC 'Specifies the beginning of work in minutes, relative to 00:00'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.20
  NAME 'gosaProxyWorkingStop'
  DESC 'Specifies the end of work in minutes, relative to 00:00'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.21
  NAME 'gosaApplicationName'
  DESC 'Specifies the name of an application to be shown up on users desktop'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.22
  NAME 'gosaApplicationExecute'
  DESC 'Specifies the executable path of an application'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.23
  NAME 'gosaApplicationFlags'
  DESC 'Specifies the application flags G(roup only), D(esktop), M(enu)'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.31
  NAME 'gosaApplicationCategory'
  DESC 'Store application parameters'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.24
  NAME 'gosaApplicationIcon'
  DESC 'Keeps the application icon in png format'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.28
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.25
  NAME 'gosaSharedFolderTarget'
  DESC 'Keeps the target of cyrus shared folders'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.26
  NAME 'gosaMemberApplication'
  DESC 'Like memberUid, just for applications'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.27
  NAME 'gosaApplicationParameter'
  DESC 'Store application parameters'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.28
  NAME 'gosaProxyQuota'
  DESC 'Specifies the amount of data a user may surf in a defined period of time'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.29
  NAME 'gosaProxyQuotaPeriod'
  DESC 'Specifies period of time where the counter is been reseted'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.30
  NAME 'gosaGroupObjects'
  DESC 'Takes a list of all object types that are in a gosaGroupOfNames'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.32
  NAME 'gosaApplicationMimeType'
  DESC 'Takes a list of relevant mime-type|priority settings'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.33
  NAME 'gosaUnitTag'
  DESC 'Takes a list of relevant mime-type|priority settings'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.34
  NAME 'gosaAclTemplate'
  DESC 'Takes ACL entries for gosaRoles'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.35
  NAME 'gosaAclEntry'
  DESC 'Takes ACL entries for gosaRoles'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.36
  NAME 'gosaSnapshotType'
  DESC 'Takes either undo or snapshot'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.37
  NAME 'gosaSnapshotTimestamp'
  DESC 'Unix timestamp of snapshot'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.38
  NAME 'gosaSnapshotDN'
  DESC 'Original DN of saved object'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.39
  NAME 'gosaSnapshotData'
  DESC 'Original DN of saved object'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.40
  NAME 'gosaSetting'
  DESC 'Original DN of saved object'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.41
  NAME 'gosaVacationStart'
  DESC 'Timestamp for enabling current vacation message'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.42
  NAME 'gosaVacationStop'
  DESC 'Timestamp for switching off current vacation message'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.43
  NAME 'gosaApplicationPriority'
  DESC 'Keeps the application icon in png format'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.44
  NAME 'gotoLastSystemLogin'
  DESC 'Timestamp for a Users last System Login'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.45
  NAME 'gotoLastSystem'
  DESC 'The DN of the System where the Login was performed'
  EQUALITY distinguishedNameMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.46
  NAME 'gosaLoginRestriction'
  DESC 'Multivalue attribute to carry a number of allowed ips/subnets'
  SUP name)
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.47
  NAME 'gosaUserDefinedFilter'
  DESC 'A user defined filter'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.12.48
  NAME 'gosaWebDAVQuota'
  DESC 'Webdav share quota in KB'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.10098.1.1.6.2
  NAME 'academicTitle'
  DESC 'Field to represent the academic title'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.15305.2.1
  NAME ( 'gender' 'sex' )
  DESC 'Gender: M for male, F for female'
  EQUALITY caseIgnoreIA5Match
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1}
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.15305.2.2
  NAME ( 'dateOfBirth' 'dob' )
  DESC 'Date of birth in ISO 8601 format'
  EQUALITY caseIgnoreMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{10}
  SINGLE-VALUE
  )
#
################################################################################
#
olcAttributeTypes: (
  1.3.6.1.4.1.19414.2.1.651
  NAME 'acl'
  EQUALITY caseIgnoreIA5Match
  SUBSTR caseIgnoreIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.1
  NAME 'gosaObject'
  DESC 'Class for GOsa settings (v2.7)'
  SUP top
  AUXILIARY
  MUST ( gosaSubtreeACL )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.2
  NAME 'gosaLockEntry'
  DESC 'Class for GOsa locking (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( gosaUser $ gosaObject $ cn )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.3
  NAME 'gosaCacheEntry'
  DESC 'Class for GOsa caching (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( gosaUser )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.4
  NAME 'gosaDepartment'
  DESC 'Class to mark Departments for GOsa (v2.7)'
  SUP top
  AUXILIARY
  MUST ( ou $ description )
  MAY ( manager )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.5
  NAME 'gosaMailAccount'
  DESC 'Class to mark MailAccounts for GOsa (v2.7)'
  SUP top
  AUXILIARY
  MUST ( mail $ gosaMailServer $ gosaMailDeliveryMode )
  MAY ( gosaMailQuota $ gosaMailAlternateAddress $ gosaMailForwardingAddress $ gosaMailMaxSize $ gosaSpamSortLevel $ gosaSpamMailbox $ gosaVacationMessage $ gosaVacationStart $ gosaVacationStop $ gosaSharedFolderTarget $ acl )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.6
  NAME 'gosaAccount'
  DESC 'Class for GOsa Accounts (v2.7)'
  SUP top
  AUXILIARY
  MUST ( uid )
  MAY ( sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ gosaDefaultPrinter $ gosaDefaultLanguage $ academicTitle $ personalTitle $ gosaHostACL $ dateOfBirth $   sambaBadPasswordCount $ sambaBadPasswordTime $ gender $ gotoLastSystemLogin $ gotoLastSystem $ gosaLoginRestriction )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.7
  NAME 'gosaHost'
  DESC 'Class for GOsa Hosts (v2.7)'
  SUP top
  AUXILIARY
  MUST ( cn )
  MAY ( description $ gosaService )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.8
  NAME 'gosaProxyAccount'
  DESC 'Class for GOsa Proxy settings (v2.7)'
  SUP top
  AUXILIARY
  MUST ( gosaProxyAcctFlags )
  MAY ( gosaProxyID $ gosaProxyWorkingStart $ gosaProxyWorkingStop $ gosaProxyQuota $ gosaProxyQuotaPeriod )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.9
  NAME 'gosaApplication'
  DESC 'Class for GOsa applications (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( cn $ gosaApplicationExecute )
  MAY ( gosaApplicationName $ gosaApplicationIcon $ gosaApplicationFlags $ gosaApplicationMimeType $ gosaApplicationParameter $ gotoLogonScript $ description $ gosaApplicationCategory )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.10
  NAME 'gosaApplicationGroup'
  DESC 'Class for GOsa application groups (v2.7)'
  SUP top
  AUXILIARY
  MUST ( cn )
  MAY ( gosaMemberApplication $ gosaApplicationParameter )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.11
  NAME 'gosaUserTemplate'
  DESC 'Class for GOsa User Templates (v2.7)'
  SUP top
  AUXILIARY
  MUST ( cn )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.12
  NAME 'gosaGroupOfNames'
  DESC 'GOsa object grouping (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( cn $ gosaGroupObjects )
  MAY ( member $ description )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.13
  NAME 'gosaWebDAVAccount'
  DESC 'GOsa webdav enabling account (v2.7)'
  SUP top
  AUXILIARY
  MUST ( cn $ uid )
  MAY ( gosaWebDAVQuota )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.14
  NAME 'gosaIntranetAccount'
  DESC 'GOsa Inatrent enabling account (v2.7)'
  SUP top
  AUXILIARY
  MUST ( cn $ uid )
  MAY ( gosaDefaultLanguage )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.15
  NAME 'gosaAdministrativeUnit'
  DESC 'Marker for administrational units (v2.7)'
  SUP top
  AUXILIARY
  MUST ( gosaUnitTag )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.16
  NAME 'gosaAdministrativeUnitTag'
  DESC 'Marker for objects below administrational units (v2.7)'
  SUP top
  AUXILIARY
  MUST ( gosaUnitTag )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.17
  NAME 'gosaRole'
  DESC 'ACL container to define roles (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( gosaAclTemplate $ cn )
  MAY ( description )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.18
  NAME 'gosaAcl'
  DESC 'ACL container to define single ACLs (v2.7)'
  SUP top
  AUXILIARY
  MUST ( gosaAclEntry )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.19
  NAME 'gosaSnapshotObject'
  DESC 'Container object for undo and snapshot data (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( gosaSnapshotType $ gosaSnapshotTimestamp $ gosaSnapshotDN $ gosaSnapshotData )
  MAY ( description )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.20
  NAME 'gosaConfig'
  DESC 'Settings for gosa. Replaces parts of the gosa.conf. (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( gosaSetting )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.43
  NAME 'gotoSubmenuEntry'
  DESC 'GOto - contains environment settings (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( gosaApplicationIcon $ gosaApplicationPriority )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.44
  NAME 'gotoMenuEntry'
  DESC 'GOto - defines a menu entry (v2.7)'
  SUP top
  STRUCTURAL
  MUST ( cn )
  MAY ( gosaApplicationParameter $ gosaApplicationPriority )
  )
#
################################################################################
#
olcObjectClasses: (
  1.3.6.1.4.1.10098.1.2.1.19.21
  NAME 'gosaProperties'
  DESC 'Store GOsa properties (v2.7)'
  SUP top
  AUXILIARY
  MAY ( gosaUserDefinedFilter )
  )
#
################################################################################
#