From: hickert Date: Thu, 17 Dec 2009 17:34:08 +0000 (+0000) Subject: Updated schema to support rSyslog configuration attributs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bebb566c489af256cc8815564f9dfedcbbdd72d0;p=gosa.git Updated schema to support rSyslog configuration attributs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14904 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/openldap/goserver.schema b/gosa-core/contrib/openldap/goserver.schema index 34d5b0256..f806f1f50 100644 --- a/gosa-core/contrib/openldap/goserver.schema +++ b/gosa-core/contrib/openldap/goserver.schema @@ -466,6 +466,24 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.82 NAME 'gotoSessionType' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) +attributetype ( 1.3.6.1.4.1.10098.1.1.9.84 NAME 'rSyslogDatabase' + DESC 'Name of rSyslog DB' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.9.85 NAME 'rSyslogUser' + DESC 'Auth user for rSyslog DB' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + +attributetype ( 1.3.6.1.4.1.10098.1.1.9.86 NAME 'rSyslogPassword' + DESC 'Password for rSyslog DB user' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + ## ## Objectclasses @@ -592,3 +610,8 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.41 NAME 'goEnvironmentServer' SUP top AUXIL MUST ( cn ) MAY ( gotoKioskProfile ) ) +# rSyslog Server description +objectclass (1.3.6.1.4.1.10098.1.2.1.45 NAME 'rSyslogServer' SUP top AUXILIARY + DESC 'rSyslog log server (v2.6)' + MUST ( cn $ rSyslogDatabase $ rSyslogUser ) + MAY ( rSyslogPassword ) )