From 2b63c5607a2c8613738b614085895c9240892db4 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 30 Jan 2008 16:03:25 +0000 Subject: [PATCH] Updated system schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8676 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/openldap/gosystem.schema | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gosa-core/contrib/openldap/gosystem.schema b/gosa-core/contrib/openldap/gosystem.schema index db3fbc9e1..113a4b894 100644 --- a/gosa-core/contrib/openldap/gosystem.schema +++ b/gosa-core/contrib/openldap/gosystem.schema @@ -89,7 +89,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.1.15 NAME 'gotoXdmcpServer' DESC 'GOto - Gonicus Terminal Concept, value xdmcpServer.' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) attributetype ( 1.3.6.1.4.1.10098.1.1.1.16 NAME 'gotoXMethod' DESC 'GOto - Gonicus Terminal Concept, value xMethod.' @@ -246,7 +247,8 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.1.38 NAME 'gotoLdapServer' DESC 'Kernel boot parameters' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + SINGLE-VALUE) attributetype ( 1.3.6.1.4.1.10098.1.1.1.39 NAME 'gotoScannerBackend' DESC 'GOto - Gonicus Terminal Concept, value scannerBackend.' @@ -320,6 +322,11 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.2.10 NAME 'ghInventoryNumber' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.2.11 NAME 'gotoSysStatus' + DESC 'Keeps current system status - info shown in GOsa' + EQUALITY caseIgnoreIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 + SINGLE-VALUE) # objectclass for Hardware definitions objectclass (1.3.6.1.4.1.10098.1.2.1.3 NAME 'GOhard' @@ -335,5 +342,6 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.3 NAME 'GOhard' gotoXColordepth $ gotoXMouseport $ gotoXMouseButtons $ gotoMode $ gotoXKbModel $ gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $ gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $ - gotoTerminalPath $ gotoLdapServer $ gotoScannerModel $ ipHostNumber $ l $ description ) ) + gotoTerminalPath $ gotoLdapServer $ gotoScannerModel $ ipHostNumber $ l $ + gotoSysStatus $ description ) ) -- 2.30.2