Thread

  1. ldap_err2string

    Peter Eisentraut <peter_e@gmx.net> — 2012-09-25T19:57:37Z

    Is there any reason we don't use ldap_err2string() to get readable error
    messages from LDAP, instead something like "error code 49"?  It's
    already used in some places, so it's apparently OK to use.  Proposed
    patch attached.