]> 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 56722/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 00:01:28 +0000 (20:01 -0400)
commit99760b1502a2f88d38b764a0075aa71ad9840df7
tree58bf7dcabaa15da632afd148507c7bac23dea8a9
parent93c790e135cc94d629f832b908e3f6c70360bfd5
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)

Conflicts:
    src/rgw/librgw.cc
        - changes here were in rgw_appmain.cc in main branch
src/common/options/rgw.yaml.in
src/rgw/librgw.cc