]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: udpate options yaml file so LDAP uri isn't an invalid example 56721/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 3 Apr 2024 03:10:12 +0000 (23:10 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 5 Apr 2024 15:57:37 +0000 (11:57 -0400)
commitc4ebbfe139dd056329a2625c6b9d7485fa65b127
treeb84a95aaf9314709eaae95b826c2c40a5ee39743
parenta2a17c24a5c5e463742c499d4ddac51517fd23db
rgw: udpate options yaml file so LDAP uri isn't an invalid example

LDAP tries to bind the URI configuration option when RGW starts. The
default value is an example used to show the form of the URI and is
not itself valid. The default value is used, unless overrideen, and
can cause delays in start-up in some situations. The example is now
provided in the description and the default is the empty string.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 236f1dfa9ae507940a53301f31da7974456c82fe)
src/common/options/rgw.yaml.in
src/rgw/rgw_appmain.cc