Code

Updated acl schema
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Jan 2007 04:55:42 +0000 (04:55 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Jan 2007 04:55:42 +0000 (04:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5618 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 72744420ad3de50d7c1c25c0303155cca4c78670..4bd3ef936a75048aae8d1f5d870fb05dc4532eed 100644 (file)
@@ -352,8 +352,9 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.17 NAME 'gosaRole'
        MUST ( gosaAclTemplate  ))
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.18 NAME 'gosaAcl'
-       DESC 'ACL container to define single ACLs (v2.5)' SUP top AUXILIARY
-       MUST ( gosaAclEntry  ))
+       DESC 'ACL container to define single ACLs (v2.5)' SUP top STRUCTURAL
+       MUST ( gosaAclEntry $ cn )
+       MAY  ( description ) )
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject'
        DESC 'Container object for undo and snapshot data (v2.5)' SUP top STRUCTURAL
index adf22d449cfd2e332e33f529d403b79d39135247..002bdbc79a4aee69a79584f35e8b4f7ddc411ee6 100644 (file)
@@ -345,8 +345,9 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.16 NAME 'gosaAdministrativeUnitTag'
        MUST ( gosaUnitTag ))
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.17 NAME 'gosaRole'
-       DESC 'ACL container to define roles (v2.5)' SUP top AUXILIARY
-       MUST ( gosaAclTemplate  ))
+       DESC 'ACL container to define roles (v2.5)' SUP top STRUCTURAL
+       MUST ( gosaAclTemplate $ cn )
+       MAY  ( description ) )
 
 objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.18 NAME 'gosaAcl'
        DESC 'ACL container to define single ACLs (v2.5)' SUP top AUXILIARY