Something went wrong while setting issue due date.
Method ldap::get_attribute should be removed
Closed
Method ldap::get_attribute should be removed
The method get_attribute from our class ldap should be removed, it seems to be an attempt at hiding complexity but it results in non-optimized code, each call to get_attribute will make an LDAP read even when reading several attributes of the same entry.