]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: udpate options yaml file so LDAP uri isn't an invalid example 56645/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Wed, 3 Apr 2024 03:10:12 +0000 (23:10 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 3 Apr 2024 17:02:16 +0000 (13:02 -0400)
commit236f1dfa9ae507940a53301f31da7974456c82fe
treed233631652b69e4a795253a3bb64f5dc09bde5b3
parenta2e5d82920b689d73c3fb643592dc410d7e6b0df
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>
src/common/options/rgw.yaml.in
src/rgw/rgw_appmain.cc