From: Gunnar Wrobel Date: Wed, 29 Apr 2009 08:21:35 +0000 (+0200) Subject: new organizationalUnit attribute. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a0f26612af02fa65c1d8e2746d846ed109358917;p=horde.git new organizationalUnit attribute. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php index 228c7bab0..cff55ae1d 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php @@ -32,6 +32,9 @@ class Horde_Kolab_Server_Object_Kolabgroupofnames extends Horde_Kolab_Server_Obj /** The visibility of the group */ const ATTRIBUTE_VISIBILITY = 'visible'; + /** The ou subtree of the group */ + const ATTRIBUTE_OU = 'ou'; + /** The members of this group */ const ATTRIBUTE_MEMBER = 'member';