Code

Moved acl attribute to gosa.schema to make installation more easy
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 22 Jun 2005 16:06:38 +0000 (16:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 22 Jun 2005 16:06:38 +0000 (16:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@807 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index d4689c47a5ea575f0118937f1227304f9bfa3af1..ae11c77549be0f14120930167deaa110c2f4525e 100644 (file)
@@ -202,8 +202,12 @@ attributetype ( 1.3.6.1.4.1.15305.2.2 NAME ( 'dateOfBirth' 'dob' )
         SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{10}
         SINGLE-VALUE )
 
+# 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} )
 
 # Objectclasses
index 778ad5676c880e679c74ff862814c11744c44199..b9e0b756277ab8d01a4b7584039b9e1f1cde4d1f 100644 (file)
@@ -202,8 +202,12 @@ attributetype ( 1.3.6.1.4.1.15305.2.2 NAME ( 'dateOfBirth' 'dob' )
        SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{10}
        SINGLE-VALUE )
 
+# 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} )
 
 # Objectclasses
index 769ce1ba95b9afbc0339976e5d73ceef83b81794..d696d6c11a60fadf392b50d7c8e1d917decfd8e1 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'