From: Gunnar Wrobel Date: Mon, 8 Jun 2009 06:50:25 +0000 (+0200) Subject: Support the OpenLDAP aci attribute. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=267ad549b64660d2d111901b0c14aa542462dc21;p=horde.git Support the OpenLDAP aci attribute. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php index 162e9ce32..dcbd528f7 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php @@ -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.