From 6204daddfb66c39a78079fb42baaa9689d9ec2e6 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 5 Oct 2007 13:57:11 +0000 Subject: [PATCH] Updated schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7450 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/goserver.schema | 7 +++++++ contrib/openldap/gosystem.schema | 3 +-- contrib/openldap/goto.schema | 14 +++++++++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index 32249739a..97edc9d7d 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -574,3 +574,10 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.39 NAME 'goVirusServer' SUP top AUXILIARY objectclass (1.3.6.1.4.1.10098.1.2.1.40 NAME 'gosaLogServer' SUP top AUXILIARY DESC 'GOsa log server (v2.6)' MUST ( cn $ goLogDB $ goLogDBUser $ goLogDBPassword )) + +# Environment Server +objectclass (1.3.6.1.4.1.10098.1.2.1.41 NAME 'goEnvironmentServer' SUP top AUXILIARY + DESC 'Environment server definition (v2.6)' + MUST ( cn ) + MAY ( gotoKioskProfile ) ) + diff --git a/contrib/openldap/gosystem.schema b/contrib/openldap/gosystem.schema index 2f68d6805..428a73249 100644 --- a/contrib/openldap/gosystem.schema +++ b/contrib/openldap/gosystem.schema @@ -247,8 +247,7 @@ 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 - SINGLE-VALUE) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15) attributetype ( 1.3.6.1.4.1.10098.1.1.1.39 NAME 'gotoScannerBackend' DESC 'GOto - Gonicus Terminal Concept, value scannerBackend.' diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 0c7ade886..d9178ace5 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -45,7 +45,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.11 NAME 'gotoKioskProfile' DESC 'GOto - specifies a kiosk profile' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) attributetype ( 1.3.6.1.4.1.10098.1.1.11.12 NAME 'gotoUserPrinter' DESC 'GOto - keeps printers shown for this user' @@ -83,6 +83,12 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.15 NAME 'gotoProfileQuota' SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.11.16 NAME 'gotoHotplugDeviceDN' + DESC 'GOto - points to hotplug devices' + EQUALITY caseIgnoreIA5Match + SUBSTR caseIgnoreIA5SubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + objectclass (1.3.6.1.4.1.10098.1.2.1.1 NAME 'gotoTerminal' DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.5)' SUP top AUXILIARY MUST ( cn ) @@ -141,3 +147,9 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.35 NAME 'gotoTerminalTemplate' gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $ gotoTerminalPath $ gotoLdapServer $ gotoScannerModel )) +# objectclass for the Terminal Conecept +objectclass (1.3.6.1.4.1.10098.1.2.1.36 NAME 'gotoDevice' + DESC 'GOto - contains environment settings (v2.2)' SUP top AUXILIARY + MUST ( cn ) + MAY ( gotoHotplugDevice ) ) + -- 2.30.2