Code

Added auxiliary classes for templates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Oct 2005 07:59:23 +0000 (07:59 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Oct 2005 07:59:23 +0000 (07:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1613 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/goto.schema

index 5e493c7ced105cfebf4ce4cfffcac97ff40c264c..7cbd7cf2f16a3cfc910491eaf6b333649a54114e 100644 (file)
@@ -431,3 +431,30 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.32 NAME 'gotoEnvironment'
        MAY ( gotoProfileServer $ gotoProfileFlags $ gotoXResolution $ gotoShare $ gotoLogonScript $
                  gotoKioskProfile $ gotoHotplugDevice $ gotoProfileQuota ) )
 
+# objectclass for the Terminal Conecept
+objectclass (1.3.6.1.4.1.10098.1.2.1.33 NAME 'gotoWorkstationTemplate'
+       DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.3)' SUP top AUXILIARY 
+       MUST ( cn )
+       MAY ( gotoNtpServer $ gotoSwapServer $ gotoLpdServer $ gotoShare $
+             gotoFontPath $ gotoFloppyEnable $ gotoCdromEnable $ gotoFilesystem $
+             gotoLpdEnable $ gotoScannerEnable $ gotoScannerClients $ l $
+             gotoRootPasswd $ gotoXdmcpServer $ gotoXMethod $ gotoSndModule $
+              gotoLastUser $ gotoXMonitor $ gotoXHsync $ gotoXVsync $ gotoXResolution $
+              gotoXColordepth $ gotoXMouseport $ gotoXMouseButtons $ gotoMode $ gotoXKbModel $
+             gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $
+             gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
+              gotoLdapServer $ gotoScannerModel $ ipHostNumber $ goFonHardware ) )
+
+# objectclass for the Terminal Conecept
+objectclass (1.3.6.1.4.1.10098.1.2.1.34 NAME 'gotoTerminalTemplate'
+       DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.0)' SUP top AUXILIARY
+       MUST ( cn )
+       MAY ( gotoSyslogServer $ gotoNtpServer $ gotoSwapServer $ gotoLpdServer $ 
+             gotoFontPath $ gotoFilesystem $ gotoFloppyEnable $ gotoCdromEnable $
+             gotoLpdEnable $ gotoScannerEnable $ gotoScannerClients $
+             gotoRootPasswd $ gotoXdmcpServer $ gotoXMethod $ gotoSndModule $
+              gotoLastUser $ gotoXMonitor $ gotoXHsync $ gotoXVsync $ gotoXResolution $
+              gotoXColordepth $ gotoXMouseport $ gotoXMouseButtons $ gotoMode $ gotoXKbModel $ 
+             gotoXKbLayout $ gotoXKbVariant $ gotoXDriver $ gotoXMouseType $ macAddress $ 
+             gotoAutoFs $ gotoModules $ gotoAdaptPath $ gotoKernelParameters $ gotoBootKernel $
+              gotoTerminalPath $ gotoLdapServer $ gotoScannerModel $ ipHostNumber $ goFonHardware ) )