On Fri, May 19, 2006 11:57 am, Bojan Smojver wrote: >> 3. Current apr error numbers contain zero information
Take a look at the code for apr_ldap in apr_util. This problem was solved by returning a simple APR error code, along with a structure containing the LDAP error code, and the human readable error string for logging. Regards, Graham --
