From: | ghudson@mit.edu |
Subject: | git commit |
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 <ghudson@mit.edu>
Commit: 5a77bb85294f37d1dfa4c7faedfdfb0d7faaf8dc
Branch: master
src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap_conn.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)