Code

Added profile management facilities in schema
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Aug 2005 09:07:13 +0000 (09:07 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Aug 2005 09:07:13 +0000 (09:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1197 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 34b9dd1a59e161ec30b612aeb54cdf0fb8ea3644..d2f6f974a0510a451236f8b1080bb1c59f628fe8 100644 (file)
@@ -24,7 +24,7 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.9.2 NAME 'goFontPath'
 
 # Attributes for common Gonicus Server Class
 attributetype ( 1.3.6.1.4.1.10098.1.1.9.4 NAME 'goExportEntry'
-       DESC 'Provides a NFS export entry'
+       DESC 'Provides an export entry'
        EQUALITY caseExactIA5Match
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
 
@@ -226,3 +226,9 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.29 NAME 'goFonServer' SUP top AUXILIARY
         MUST ( cn $ goFonAdmin $ goFonPassword $ goFonAreaCode $ goFonCountryCode )
         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)'
+       MUST ( cn )
+       MAY  ( description $ goExportEntry ))
+
index daef50db25de7faa205889f2d8622d713df30627..525e2aaaf67e62498910925cdea7c4980eb6c5a0 100644 (file)
@@ -313,6 +313,18 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.11.6 NAME 'gotoPrinterPPD'
        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.7 NAME 'gotoProfileFlags'
+       DESC 'GOto - Flags for Profile handling - C is for caching'
+       EQUALITY caseIgnoreIA5Match
+       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.8 NAME 'gotoProfileServer'
+       DESC 'GOto - specifies the profile server'
+       EQUALITY caseIgnoreIA5Match
+       SUBSTR caseIgnoreIA5SubstringsMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
+
 ##
 ##             Objectclasses
 ##
@@ -358,4 +370,8 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.31 NAME 'gotoPrinter'
        MUST ( cn )
        MAY ( labeledURI $ description $ l $ gotoPrinterPPD $ macAddress $ ipHostNumber ) )
 
+# 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 ) )