Closed (fixed)
Project:
Simple LDAP
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 Nov 2012 at 21:14 UTC
Updated:
25 Jan 2013 at 21:01 UTC
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
Comment #1
blc commentedWrapper 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.
Comment #2
blc commentedComment #2.0
blc commentedadditional requirement