Code

New schema update
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 10:43:51 +0000 (10:43 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 10:43:51 +0000 (10:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8698 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 24cf41f6e545a6a1f2a9585c5dc2a5669ce5c0c4..1a847f4508b1eea50ad5c8d38c0dd2151cc73913 100644 (file)
@@ -381,3 +381,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 ) )
+