Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 647 Improve LDAP KDB initialization error messages In krb5_ldap_initialize, don't just blat the LDAP error into the extended message; give an indication of which LDAP operation we were trying to do and show what parameters we gave to it. (Also, krb5_set_error_message can handle a null context argument, so don't bother to check before calling.) https://github.com/krb5/krb5/commit/5a77bb85294f37d1dfa4c7faedfdfb0d7faaf8dc Author: Greg Hudson Commit: 5a77bb85294f37d1dfa4c7faedfdfb0d7faaf8dc Branch: master src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-)