From: hickert Date: Thu, 22 Dec 2005 10:04:37 +0000 (+0000) Subject: updated goserver schema to provide attributes for glpi X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=33f762029cb404ae1f5d2900ca63b052aa5b1eaf;p=gosa.git updated goserver schema to provide attributes for glpi git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2374 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index 11a3a990f..92eb56148 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -151,6 +151,23 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.29 NAME 'goFonCountryCode' 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.30 NAME 'goGlpiAdmin' + DESC 'Admin principal for glpi database server' + 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.31 NAME 'goGlpiPassword' + DESC 'Admin password for glpi database server' + 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.32 NAME 'goGlpiDatabase' + DESC 'Database name for glpi extension' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) ## ## Objectclasses ## @@ -238,3 +255,8 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.36 NAME 'goMailServer' SUP top AUXILIARY MUST ( cn ) MAY ( description ) ) +# Glpi Server description +objectclass (1.3.6.1.4.1.10098.1.2.1.37 NAME 'goGlpiServer' SUP top AUXILIARY + DESC 'Glpi server definition (v2.4)' + MUST ( cn $ goGlpiPassword $ goGlpiAdmin $ goGlpiDatabase) + MAY ( description ) )