From ac74ce1417abe4bca307945d0b3ec26f3e177d54 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 23 Aug 2005 09:32:29 +0000 Subject: [PATCH] Updated objectclass numbering git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1205 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/goserver.schema | 4 ++-- contrib/openldap/goto.schema | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index d2f6f974a..aa31ba04f 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -227,8 +227,8 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.29 NAME 'goFonServer' SUP top AUXILIARY MAY ( description )) # Share Server description -objectclass (1.3.6.1.4.1.10098.1.2.1.30 NAME 'goShareServer' SUP top AUXILIARY - DESC 'NFS server description (v2.4)' +objectclass (1.3.6.1.4.1.10098.1.2.1.33 NAME 'goShareServer' SUP top AUXILIARY + DESC 'Share server description (v2.4)' MUST ( cn ) MAY ( description $ goExportEntry )) diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index 0b9756305..03f85d867 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -410,11 +410,12 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.30 NAME 'gotoWorkstation' objectclass (1.3.6.1.4.1.10098.1.2.1.31 NAME 'gotoPrinter' DESC 'GOto - Gonicus Terminal Concept, objectclass (v2.2)' SUP top STRUCTURAL MUST ( cn ) - MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber ) ) + MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber $ gotoUserPrinter $ + gotoAdminPrinter ) ) # objectclass for the Terminal Conecept objectclass (1.3.6.1.4.1.10098.1.2.1.32 NAME 'gotoEnvironment' DESC 'GOto - contains environment settings (v2.2)' SUP top STRUCTURAL MAY ( gotoProfileServer $ gotoProfileFlags $ gotoXResolution $ gotoShare $ gotoLogonScript $ - gotoKioskProfile $ gotoUserPrinter $ gotoAdminPrinter $ gotoHotplugDevice $ gotoProfileQuota ) ) + gotoKioskProfile $ gotoHotplugDevice $ gotoProfileQuota ) ) -- 2.30.2