Code

Updated schema
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Oct 2007 13:57:11 +0000 (13:57 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Oct 2007 13:57:11 +0000 (13:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7450 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/goserver.schema
contrib/openldap/gosystem.schema
contrib/openldap/goto.schema

index 32249739a442c108849db8fc717991598ef4eee4..97edc9d7d5aa924ef4e7b8500d9fcb4d6250b6cd 100644 (file)
@@ -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 ) )
+
index 2f68d68056670696208f5f8563dffad477025929..428a73249a0d1db789c13411ba85b8b7f68892c3 100644 (file)
@@ -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.'
index 0c7ade886f84df12d1781ef4c4f6229d63a9d4df..d9178ace5602670ead5621357fce25a985ce9fdf 100644 (file)
@@ -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 ) )
+