mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
Merge pull request #57075 from cbodley/wip-rgw-ldap-derr
rgw: don't print error when ldap isn't configured Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
This commit is contained in:
commit
1215afaf0d
@ -384,7 +384,6 @@ void rgw::AppMain::init_ldap()
|
||||
std::string ldap_bindpw = parse_rgw_ldap_bindpw(cct);
|
||||
|
||||
if (ldap_uri.empty()) {
|
||||
derr << "LDAP not started since no server URIs were provided in the configuration." << dendl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user