Code

Updated schema packages
[gosa.git] / gosa-plugins / log / contrib / goconfig.ldif
1 #
2 ################################################################################
3 #
4 dn: cn=goconfig,cn=schema,cn=config
5 objectClass: olcSchemaConfig
6 cn: goconfig
7 #
8 ################################################################################
9 #
10 olcAttributeTypes: (
11   1.3.6.1.4.1.10098.1.1.10.8
12   NAME 'goLogcheckIgnoreMatch'
13   DESC 'Contains a regular expression to ignore'
14   EQUALITY caseExactIA5Match
15   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
16   )
17 #
18 ################################################################################
19 #
20 olcAttributeTypes: (
21   1.3.6.1.4.1.10098.1.1.10.9
22   NAME 'goLogcheckMatch'
23   DESC 'Contains a regular expression to ignore'
24   EQUALITY caseExactIA5Match
25   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
26   )
27 #
28 ################################################################################
29 #
30 olcAttributeTypes: (
31   1.3.6.1.4.1.10098.1.1.10.10
32   NAME 'goLogcheckCategory'
33   DESC 'Contains a regular expression to ignore'
34   EQUALITY caseExactIA5Match
35   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
36   SINGLE-VALUE
37   )
38 #
39 ################################################################################
40 #
41 olcObjectClasses: (
42   1.3.6.1.4.1.10098.1.2.2.2
43   NAME 'goLogcheckObject'
44   DESC 'Logcheck rule container (v2.4)'
45   SUP top
46   STRUCTURAL
47   MUST ( cn $ goLogcheckCategory )
48   MAY ( goLogcheckMatch $ goLogcheckIgnoreMatch )
49   )
50 #
51 ################################################################################
52 #