Code

added missing pptp schema
[gosa.git] / contrib / openldap / kolab2.schema
index d696d6c11a60fadf392b50d7c8e1d917decfd8e1..38b9109873e8cf8a3192b6338cfa640a433ef46e 100644 (file)
@@ -491,9 +491,10 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1
 objectclass ( 1.3.6.1.4.1.19414.2.2.9 
   NAME 'kolabSharedFolder'
   DESC 'Kolab public shared folder'
-  SUP posixGroup STRUCTURAL
+  SUP top AUXILIARY
   MUST cn
   MAY ( acl $
+       alias $
         cyrus-userquota $
         kolabHomeServer $
         kolabDeleteflag ) )
@@ -565,6 +566,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 gosaGroupOfNames STRUCTURAL    
-  MAY ( mail $    
-        kolabDeleteflag ) )
+  SUP top AUXILIARY
+  MUST ( member $ cn )
+  MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description $ mail $ kolabDeleteflag ) )