From 38ea3da5a84942e697cd52b71607a37834fd370a Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 19 Oct 2005 07:59:23 +0000 Subject: [PATCH] Added auxiliary classes for templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1613 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/goto.schema | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 5e493c7ce..7cbd7cf2f 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -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 ) ) -- 2.30.2