From 20c27c18e2864a7416f8e64491c009ea550407db Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 22 Aug 2005 09:07:13 +0000 Subject: [PATCH] Added profile management facilities in schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1197 594d385d-05f5-0310-b6e9-bd551577e9d8 --- contrib/openldap/goserver.schema | 8 +++++++- contrib/openldap/goto.schema | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/contrib/openldap/goserver.schema b/contrib/openldap/goserver.schema index 34b9dd1a5..d2f6f974a 100644 --- a/contrib/openldap/goserver.schema +++ b/contrib/openldap/goserver.schema @@ -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 )) + diff --git a/contrib/openldap/goto.schema b/contrib/openldap/goto.schema index daef50db2..525e2aaaf 100644 --- a/contrib/openldap/goto.schema +++ b/contrib/openldap/goto.schema @@ -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 ) ) -- 2.30.2