Support the OpenLDAP aci attribute.
authorGunnar Wrobel <p@rdus.de>
Mon, 8 Jun 2009 06:50:25 +0000 (08:50 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 8 Jun 2009 06:50:25 +0000 (08:50 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php

index 162e9ce..dcbd528 100644 (file)
@@ -45,6 +45,9 @@ class Horde_Kolab_Server_Object
     /** The time the object was created */
     const ATTRIBUTE_CREATIONDATE = 'createTimestamp';
 
+    /** Access rules for this object */
+    const ATTRIBUTE_ACI = 'OpenLDAPaci';
+
     /** The attribute holding the object classes */
     const ATTRIBUTE_OC = 'objectClass';
 
@@ -124,6 +127,7 @@ class Horde_Kolab_Server_Object
         'defined' => array(
             self::ATTRIBUTE_OC,
             self::ATTRIBUTE_CREATIONDATE,
+            self::ATTRIBUTE_ACI,
         ),
         /**
          * Derived attributes are calculated based on other attribute values.