Code

SUP groupOfNames AUXILIARY does not work for some reason. Went to SUP top AUXILIARY
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 27 Jun 2005 08:26:08 +0000 (08:26 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 27 Jun 2005 08:26:08 +0000 (08:26 +0000)
by adding all required attributes

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@867 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/openldap/gosa+samba3.schema
contrib/openldap/gosa.schema
contrib/openldap/kolab2.schema

index 73cd18533af5480d49f43f386bec4bba56e1baf3..3ce775deaa1dbf1b32db3d45d15be8310c29a690 100644 (file)
@@ -270,8 +270,10 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.11 NAME 'gosaUserTemplate' SUP top AUXI
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.12 NAME 'gosaGroupOfNames'
         DESC 'GOsa object grouping (v2.4)'
-        SUP groupOfNames AUXILIARY
-        MUST ( cn $ gosaGroupObjects ))
+        SUP top AUXILIARY
+        MUST ( member $ cn $ gosaGroupObjects )
+               MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
+                               
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.13 NAME 'gosaWebdavAccount'
         DESC 'GOsa webdav enabling account (v2.4)'
index 585843fe0a9dfdd8c6f742c16bdda154a40e7551..3c6a84bb8e2340888afba7b87e986be0ea84bfe0 100644 (file)
@@ -269,8 +269,9 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.11 NAME 'gosaUserTemplate' SUP top AUXI
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.12 NAME 'gosaGroupOfNames'
         DESC 'GOsa object grouping (v2.4)'
-        SUP groupOfNames AUXILIARY
-        MUST ( cn $ gosaGroupObjects ))
+        SUP top AUXILIARY
+               MUST ( member $ cn $ gosaGroupObjects )
+               MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) )
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.13 NAME 'gosaWebdavAccount'
         DESC 'GOsa webdav enabling account (v2.4)'
index 4ab94a20bb6edeb21f4419a94d97e1beb15b44d0..dca117534457eb296bbf46452310389e8801f48b 100644 (file)
@@ -565,6 +565,6 @@ objectclass ( 1.3.6.1.4.1.19414.3.2.4
 objectclass ( 1.3.6.1.4.1.19414.3.2.5    
   NAME 'kolabGroupOfNames'    
   DESC 'Kolab group of names (DNs) derived from RFC2256'    
-  SUP goupOfNames AUXILIARY
-  MAY ( mail $    
-        kolabDeleteflag ) )
+  SUP top AUXILIARY
+  MUST ( member $ cn )
+  MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description $ mail $ kolabDeleteflag ) )