Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / log / contrib / goconfig.schema
1 ## 
2 ##
3 ## goconfig.schema - Needed by the GONICUS System Administator
4 ##
5 ## Version 030719
6 ##
7 ##
8 ## Maintainer:          Lars Scheiter   (scheiter@GONICUS.de)
9 ##                      Cajus Pollmeier (pollmeier@GONICUS.de)
10 ##
11 ##
14 # Attributes for the GONICUS server extensions
16 # Syntax: regex
17 attributetype ( 1.3.6.1.4.1.10098.1.1.10.8 NAME 'goLogcheckIgnoreMatch'
18         DESC 'Contains a regular expression to ignore'
19         EQUALITY caseExactIA5Match
20         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
22 # Syntax: regex
23 attributetype ( 1.3.6.1.4.1.10098.1.1.10.9 NAME 'goLogcheckMatch'
24         DESC 'Contains a regular expression to ignore'
25         EQUALITY caseExactIA5Match
26         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
28 # Syntax: value
29 attributetype ( 1.3.6.1.4.1.10098.1.1.10.10 NAME 'goLogcheckCategory'
30         DESC 'Contains a regular expression to ignore'
31         EQUALITY caseExactIA5Match
32         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
34 ##
35 ##              Objectclasses
36 ##
38 # Logging object
39 objectclass (1.3.6.1.4.1.10098.1.2.2.2 NAME 'goLogcheckObject' SUP top STRUCTURAL
40         DESC 'Logcheck rule container (v2.4)'
41         MUST ( cn $ goLogcheckCategory )
42         MAY  ( goLogcheckMatch $ goLogcheckIgnoreMatch ))