Code

Updated system schema
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jan 2008 16:03:25 +0000 (16:03 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Jan 2008 16:03:25 +0000 (16:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8676 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/openldap/gosystem.schema

index db3fbc9e10de579b3582c46eb2b06f556a98ab40..113a4b894542a61ab7e7158b79e0d77caa92cfb0 100644 (file)
@@ -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 ) )