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:
J. Eric Ivancich 2024-05-09 14:32:40 -04:00 committed by GitHub
commit 1215afaf0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}