From: cajus Date: Thu, 31 Jan 2008 09:05:10 +0000 (+0000) Subject: Added hardware checksum X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e35a2fa93bfde83879639b048ef3eacca34a833;p=gosa.git Added hardware checksum git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8691 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/openldap/gosystem.schema b/gosa-core/contrib/openldap/gosystem.schema index 113a4b894..ca510895a 100644 --- a/gosa-core/contrib/openldap/gosystem.schema +++ b/gosa-core/contrib/openldap/gosystem.schema @@ -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 ) ) diff --git a/gosa-core/contrib/openldap/goto.schema b/gosa-core/contrib/openldap/goto.schema index 48ddf4d20..4a48e65f5 100644 --- a/gosa-core/contrib/openldap/goto.schema +++ b/gosa-core/contrib/openldap/goto.schema @@ -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 ) )