summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1bdc004)
raw | patch | inline | side by side (parent: 1bdc004)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Apr 2008 15:39:09 +0000 (15:39 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Apr 2008 15:39:09 +0000 (15:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10255 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/contrib/openldap/goconfig.schema | [deleted file] | patch | blob | history |
gosa-core/debian/install | patch | blob | history | |
gosa-plugins/log/contrib/goconfig.schema | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-core/contrib/openldap/goconfig.schema b/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 ))
-
index 741efa1e1f82b3a47262f056ffa5b66faa5199d8..3ed2dc219b76993e1566b8f514e39d0d385d72cb 100644 (file)
--- a/gosa-core/debian/install
+++ b/gosa-core/debian/install
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
--- /dev/null
@@ -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 ))
+