From: Abhishek Lekshmanan Date: Tue, 25 Apr 2017 15:49:38 +0000 (+0200) Subject: rgw_ldap: log the ldap err in case of bind failure X-Git-Tag: v12.0.3~235^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70d7d23c50c17a76f8215827bf676abda9156a08;p=ceph.git rgw_ldap: log the ldap err in case of bind failure Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_ldap.cc b/src/rgw/rgw_ldap.cc index d07b295153e..a39afa6c081 100644 --- a/src/rgw/rgw_ldap.cc +++ b/src/rgw/rgw_ldap.cc @@ -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);