From: cajus Date: Mon, 7 Apr 2008 15:39:09 +0000 (+0000) Subject: Moved goconfig schema to logging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=058d95dcad9de15d8c2636343a250c23db1f2a40;p=gosa.git Moved goconfig schema to logging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10255 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/openldap/goconfig.schema b/gosa-core/contrib/openldap/goconfig.schema deleted file mode 100644 index 64fbf8498..000000000 --- a/gosa-core/contrib/openldap/goconfig.schema +++ /dev/null @@ -1,43 +0,0 @@ -## -## -## goconfig.schema - Needed by the GONICUS System Administator -## -## Version 030719 -## -## -## Maintainer: Lars Scheiter (scheiter@GONICUS.de) -## Cajus Pollmeier (pollmeier@GONICUS.de) -## -## - - -# Attributes for the GONICUS server extensions - -# Syntax: regex -attributetype ( 1.3.6.1.4.1.10098.1.1.10.8 NAME 'goLogcheckIgnoreMatch' - DESC 'Contains a regular expression to ignore' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) - -# Syntax: regex -attributetype ( 1.3.6.1.4.1.10098.1.1.10.9 NAME 'goLogcheckMatch' - DESC 'Contains a regular expression to ignore' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) - -# Syntax: value -attributetype ( 1.3.6.1.4.1.10098.1.1.10.10 NAME 'goLogcheckCategory' - DESC 'Contains a regular expression to ignore' - EQUALITY caseExactIA5Match - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) - -## -## Objectclasses -## - -# Logging object -objectclass (1.3.6.1.4.1.10098.1.2.2.2 NAME 'goLogcheckObject' SUP top STRUCTURAL - DESC 'Logcheck rule container (v2.4)' - MUST ( cn $ goLogcheckCategory ) - MAY ( goLogcheckMatch $ goLogcheckIgnoreMatch )) - diff --git a/gosa-core/debian/install b/gosa-core/debian/install index 741efa1e1..3ed2dc219 100644 --- a/gosa-core/debian/install +++ b/gosa-core/debian/install @@ -11,3 +11,4 @@ contrib/shells /etc/gosa contrib/resolutions /etc/gosa contrib/encodings /etc/gosa contrib/openldap/slapd.conf /usr/share/doc/gosa/slapd.conf-example +contrib/vacation_example.txt /usr/share/doc/gosa diff --git a/gosa-plugins/log/contrib/goconfig.schema b/gosa-plugins/log/contrib/goconfig.schema new file mode 100644 index 000000000..64fbf8498 --- /dev/null +++ b/gosa-plugins/log/contrib/goconfig.schema @@ -0,0 +1,43 @@ +## +## +## goconfig.schema - Needed by the GONICUS System Administator +## +## Version 030719 +## +## +## Maintainer: Lars Scheiter (scheiter@GONICUS.de) +## Cajus Pollmeier (pollmeier@GONICUS.de) +## +## + + +# Attributes for the GONICUS server extensions + +# Syntax: regex +attributetype ( 1.3.6.1.4.1.10098.1.1.10.8 NAME 'goLogcheckIgnoreMatch' + DESC 'Contains a regular expression to ignore' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +# Syntax: regex +attributetype ( 1.3.6.1.4.1.10098.1.1.10.9 NAME 'goLogcheckMatch' + DESC 'Contains a regular expression to ignore' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +# Syntax: value +attributetype ( 1.3.6.1.4.1.10098.1.1.10.10 NAME 'goLogcheckCategory' + DESC 'Contains a regular expression to ignore' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + +## +## Objectclasses +## + +# Logging object +objectclass (1.3.6.1.4.1.10098.1.2.2.2 NAME 'goLogcheckObject' SUP top STRUCTURAL + DESC 'Logcheck rule container (v2.4)' + MUST ( cn $ goLogcheckCategory ) + MAY ( goLogcheckMatch $ goLogcheckIgnoreMatch )) +