mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #14781 from theanalyst/rgw/cleanup/ldap_err_msg
rgw_ldap: log the ldap err in case of bind failure
This commit is contained in:
commit
b584c7eb7c
@ -94,6 +94,7 @@ namespace rgw {
|
||||
if (ret != LDAP_SUCCESS) {
|
||||
ldout(g_ceph_context, 10)
|
||||
<< __func__ << " simple_bind failed uid=" << uid
|
||||
<< "ldap err=" << ret
|
||||
<< dendl;
|
||||
}
|
||||
ldap_memfree(dn);
|
||||
|
Loading…
Reference in New Issue
Block a user