Skip to content

Commit 3dd8500

Browse files
committed
rgw: don't print error when ldap isn't configured
> LDAP not started since no server URIs were provided in the configuration. lack of ldap configuration is not an error, it's the default Signed-off-by: Casey Bodley <cbodley@redhat.com>
1 parent 88eddb2 commit 3dd8500

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)