From: cajus Date: Mon, 14 May 2007 11:01:31 +0000 (+0000) Subject: Updated schema X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd289c1f4da0d97f6a9a9c2cd816d94d9b216a83;p=gosa.git Updated schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6365 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index b3775515c..fa36ff763 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -437,6 +437,24 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.78 NAME 'avChecksPerDay' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.9.79 NAME 'goLogDB' + DESC 'Name of logging 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.80 NAME 'goLogDBUser' + DESC 'Auth user for logging 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.81 NAME 'goLogDBPassword' + DESC 'Password for logging DB user' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) + ## ## Objectclasses ## @@ -506,7 +524,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.27 NAME 'goServer' SUP top AUXILIARY objectclass (1.3.6.1.4.1.10098.1.2.1.28 NAME 'goLogDBServer' SUP top AUXILIARY DESC 'Log DB server description (v2.4)' MUST ( cn $ goLogAdmin $ goLogPassword ) - MAY ( goLogDBServerStatus )) + MAY ( goLogDBServerStatus $ goLogDBServerUser $ goLogDBServerPassword $ goLogDB )) # Fon Server description objectclass (1.3.6.1.4.1.10098.1.2.1.29 NAME 'goFonServer' SUP top AUXILIARY