projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839a944
)
Support the OpenLDAP aci attribute.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 8 Jun 2009 06:50:25 +0000
(08:50 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 8 Jun 2009 06:50:25 +0000
(08:50 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php
patch
|
blob
|
history
diff --git
a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php
b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php
index
162e9ce
..
dcbd528
100644
(file)
--- 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.