From c94125e7bcb289df8849fae111022fb76f37f56a Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 29 Jan 2008 12:58:51 +0000 Subject: [PATCH] Updated schema file for applications git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8632 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/openldap/gosa+samba3.schema | 4 ++++ gosa-core/contrib/openldap/gosa.schema | 16 ++++++++++++++++ gosa-core/contrib/openldap/goto.schema | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/gosa-core/contrib/openldap/gosa+samba3.schema b/gosa-core/contrib/openldap/gosa+samba3.schema index 201606694..24cf41f6e 100644 --- a/gosa-core/contrib/openldap/gosa+samba3.schema +++ b/gosa-core/contrib/openldap/gosa+samba3.schema @@ -249,6 +249,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.42 NAME 'gosaVacationStop' DESC 'Timestamp for switching off current vacation message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.43 NAME 'gosaApplicationPriority' + DESC 'Keeps the application icon in png format' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreIA5Match diff --git a/gosa-core/contrib/openldap/gosa.schema b/gosa-core/contrib/openldap/gosa.schema index a11a4c5d9..f9ad7dcfe 100644 --- a/gosa-core/contrib/openldap/gosa.schema +++ b/gosa-core/contrib/openldap/gosa.schema @@ -247,6 +247,10 @@ attributetype ( 1.3.6.1.4.1.10098.1.1.12.42 NAME 'gosaVacationStop' DESC 'Timestamp for switching off current vacation message' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) +attributetype ( 1.3.6.1.4.1.10098.1.1.12.43 NAME 'gosaApplicationPriority' + DESC 'Keeps the application icon in png format' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE) + attributetype ( 1.3.6.1.4.1.10098.1.1.6.2 NAME 'academicTitle' DESC 'Field to represent the academic title' EQUALITY caseIgnoreMatch @@ -374,3 +378,15 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.20 NAME 'gosaConfig' DESC 'Settings for gosa. Replaces parts of the gosa.conf. (v2.6)' SUP top STRUCTURAL MAY ( gosaSetting ) ) +# GOto submenu entries +objectclass (1.3.6.1.4.1.10098.1.2.1.43 NAME 'gotoSubmenuEntry' + DESC 'GOto - contains environment settings (v2.6)' SUP top STRUCTURAL + MUST ( cn ) + MAY ( gosaApplicationIcon $ gosaApplicationPriority ) ) + +# GOto menu entries +objectclass (1.3.6.1.4.1.10098.1.2.1.44 NAME 'gotoMenuEntry' + DESC 'GOto - defines a menu entry (v2.6)' SUP top STRUCTURAL + MUST ( cn ) + MAY ( gosaApplicationParameter $ gosaApplicationPriority ) ) + diff --git a/gosa-core/contrib/openldap/goto.schema b/gosa-core/contrib/openldap/goto.schema index 2840c4eb3..48ddf4d20 100644 --- a/gosa-core/contrib/openldap/goto.schema +++ b/gosa-core/contrib/openldap/goto.schema @@ -149,6 +149,6 @@ objectclass (1.3.6.1.4.1.10098.1.2.1.35 NAME 'gotoTerminalTemplate' # objectclass for the Terminal Conecept objectclass (1.3.6.1.4.1.10098.1.2.1.42 NAME 'gotoDevice' DESC 'GOto - contains environment settings (v2.2)' SUP top STRUCTURAL - MUST ( cn ) + MUST ( cn ) MAY ( gotoHotplugDevice ) ) -- 2.30.2