Code

Added hardware checksum
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 09:05:10 +0000 (09:05 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 09:05:10 +0000 (09:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8691 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/openldap/gosystem.schema
gosa-core/contrib/openldap/goto.schema

index 113a4b894542a61ab7e7158b79e0d77caa92cfb0..ca510895a12220e1c53dd545d89d93435801de7d 100644 (file)
@@ -328,6 +328,11 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.2.11 NAME 'gotoSysStatus'
         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.12 NAME 'gotoHardwareChecksum'
+        DESC 'GOto - quick way to see if something has changed'
+        EQUALITY caseIgnoreIA5SubstringsMatch
+        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'
         DESC 'Gonicus Hardware definitions, objectclass (v2.5)' SUP top STRUCTURAL
@@ -343,5 +348,5 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.3 NAME 'GOhard'
               gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $
               gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
               gotoTerminalPath $ gotoLdapServer $ gotoScannerModel $ ipHostNumber $ l $
-             gotoSysStatus $ description ) )
+             gotoSysStatus $ description $ gotoHardwareChecksum ) )
 
index 48ddf4d20da3753e0ae169fa19f2f14f014615a4..4a48e65f5c038730942559e73322c649de685625 100644 (file)
@@ -148,7 +148,7 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.35 NAME 'gotoTerminalTemplate'
 
 # objectclass for the Terminal Conecept
 objectclass (1.3.6.1.4.1.10098.1.2.1.42 NAME 'gotoDevice'
-       DESC 'GOto - contains environment settings (v2.2)' SUP top STRUCTURAL
+       DESC 'GOto - contains environment settings (v2.6)' SUP top STRUCTURAL
        MUST ( cn )
        MAY ( gotoHotplugDevice ) )