-- Generate real LDAP testing
-
- Convert external Project modifications into Kolab_Server.
-- Check against current HEAD/FW3 that everything has been merged.
-
- Implement currently missing scenarios.
- Implement Kolab-webadmin functions
- Implement external project requirements
-- Check with current HEAD libraries.
-
- Check with current HEAD applications.
+
+- Implement server setup
features. One primary method is common to all the objects though:
Fetching attribute values with "get()".
- $attr = $object->get(KOLAB_ATTR_CN);
+ $attr = $object->get(Horde_Kolab_Server_Object::ATTRIBUTE_CN);
-"KOLAB_ATTR_CN" is being used to retrieve the "common name" of the
-object:
+"Horde_Kolab_Server_Object::ATTRIBUTE_CN" is being used to retrieve
+the "common name" of the object:
var_dump($attr);
var_dump(get_class($object));
/** Display object attributes */
-var_dump($object->get(KOLAB_ATTR_CN));
+var_dump($object->get(Horde_Kolab_Server_Object::ATTRIBUTE_CN));
* Added fullname attribute as support for kolab/issue2546 (Horde
should use name and email from ldap as defaults)
* Fixed initialization of parameters retrieved from LDAP.
+ * Fixed addrsForIdOrMail to return only lowercased mail addresses
+ (kolab/issue3426,
+ https://www.intevation.de/roundup/kolab/issue3426)
+ * Fixed testing problems with the test IMAP driver.
+ * Fixed notices when retrieving LDAP attributes.
</notes>
</release>
<release>