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: tlyu@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 753 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.) (cherry picked from commit 5a77bb85294f37d1dfa4c7faedfdfb0d7faaf8dc) https://github.com/krb5/krb5/commit/c5d314a17953277c92c2be5b3049cfa580489684 Author: Greg Hudson Committer: Tom Yu Commit: c5d314a17953277c92c2be5b3049cfa580489684 Branch: krb5-1.11 src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-)