Code

Updated schema
[gosa.git] / contrib / openldap / goto.schema
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 ) )
+