Code

Updated objectclass numbering
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Aug 2005 09:32:29 +0000 (09:32 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Aug 2005 09:32:29 +0000 (09:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1205 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index d2f6f974a0510a451236f8b1080bb1c59f628fe8..aa31ba04f290758229e6370958bcd634dfeeaae2 100644 (file)
@@ -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 ))
 
index 0b9756305e1a7d557232a50085b676728a889a9a..03f85d8671bb523a535882208c1ee1ccff77a1f4 100644 (file)
@@ -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 ) )