Code

Added german online help for addressbook.
[gosa.git] / contrib / openldap / kolab2.schema
index 769ce1ba95b9afbc0339976e5d73ceef83b81794..38b9109873e8cf8a3192b6338cfa640a433ef46e 100644 (file)
@@ -360,14 +360,6 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.605
   EQUALITY integerMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 
-# cyrus imapd access control list
-# acls work with users and groups
-attributetype ( 1.3.6.1.4.1.19414.2.1.651
-  NAME 'acl'
-  EQUALITY caseIgnoreIA5Match
-  SUBSTR caseIgnoreIA5SubstringsMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
-
 # enable secure imap 
 attributetype ( 1.3.6.1.4.1.19414.2.1.606
   NAME 'cyrus-imaps'
@@ -499,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 ) )
@@ -573,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 ) )