Code

Updated schema file for applications
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 Jan 2008 12:58:51 +0000 (12:58 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 29 Jan 2008 12:58:51 +0000 (12:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8632 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/openldap/gosa+samba3.schema
gosa-core/contrib/openldap/gosa.schema
gosa-core/contrib/openldap/goto.schema

index 201606694aa39e9b288dd7dabefff5c1aa913dad..24cf41f6e545a6a1f2a9585c5dc2a5669ce5c0c4 100644 (file)
@@ -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
index a11a4c5d9a25299220de9f7c42895cd0d5fd87b3..f9ad7dcfe4f29d2ad604ffad05ca8fc6cc97d175 100644 (file)
@@ -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 ) )
+
index 2840c4eb31ea08cea95b6e4d89b655fff424f2c9..48ddf4d20da3753e0ae169fa19f2f14f014615a4 100644 (file)
@@ -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 ) )