new organizationalUnit attribute.
authorGunnar Wrobel <p@rdus.de>
Wed, 29 Apr 2009 08:21:35 +0000 (10:21 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 29 Apr 2009 08:21:35 +0000 (10:21 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php

index 228c7ba..cff55ae 100644 (file)
@@ -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';