The SimpleLdapServer class should throw exceptions when errors occur instead of just returning FALSE.

This includes trying to do a write operation when $this->readonly == TRUE.

Comments

blc’s picture

Wrapper functions have been created for all of the php ldap_* functions used by simple_ldap. These wrappers throw exceptions on error.

The other modules still need to be retrofitted to handle these exceptions.

blc’s picture

Status: Active » Closed (fixed)
blc’s picture

Issue summary: View changes

additional requirement