Skip to content

Commit 1215afa

Browse files
authored
Merge pull request ceph#57075 from cbodley/wip-rgw-ldap-derr
rgw: don't print error when ldap isn't configured Reviewed-by: J. Eric Ivancich <[email protected]>
2 parents b034c83 + 3dd8500 commit 1215afa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rgw/rgw_appmain.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ void rgw::AppMain::init_ldap()
384384
std::string ldap_bindpw = parse_rgw_ldap_bindpw(cct);
385385

386386
if (ldap_uri.empty()) {
387-
derr << "LDAP not started since no server URIs were provided in the configuration." << dendl;
388387
return;
389388
}
390389

0 commit comments

Comments
 (0)