From a0f26612af02fa65c1d8e2746d846ed109358917 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 29 Apr 2009 10:21:35 +0200 Subject: [PATCH] new organizationalUnit attribute. --- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php | 3 +++ 1 file changed, 3 insertions(+) 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'; -- 2.11.0