Hi,
I've got a problem with PHP/LDAP error reporting.
If, for example, I add a new LDAP record using ldap_add() that is not quite correct, the error message returned by ldap_add() only says: "Invalid syntax". If I look at the apache server logs, I also see another message like: "additional info: telephonenumber: value #0 invalid per syntax".
Is there any way to get this additional error string into my ldap script so I can tell the user what's wrong with the data submitted?
Thanks
Johannes