(LDAP_store): log what principal/dn failed
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12444 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1147,7 +1147,8 @@ LDAP_store(krb5_context context, HDB * db, unsigned flags,
|
||||
if (rc == LDAP_SUCCESS) {
|
||||
ret = 0;
|
||||
} else {
|
||||
krb5_set_error_string(context, "%s: %s", errfn, ldap_err2string(rc));
|
||||
krb5_set_error_string(context, "%s: %s (dn=%s) %s",
|
||||
errfn, name, dn, ldap_err2string(rc));
|
||||
ret = HDB_ERR_CANT_LOCK_DB;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user