]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: fix documentation for rgw_ldap_secret
authorRobin Müller <github@mail.coder-hugo.de>
Thu, 22 Aug 2019 11:14:06 +0000 (13:14 +0200)
committerRobin Müller <github@mail.coder-hugo.de>
Thu, 22 Aug 2019 11:14:06 +0000 (13:14 +0200)
The value for rgw_ldap_secrect has to be a path to the file containing
the secret not the secret itself.

Signed-off-by: Robin Müller <github@mail.coder-hugo.de>
doc/radosgw/ldap-auth.rst

index 75b2d14945749e69690378bc057e840a6cbf1b5f..486d0c6236d2ec0c318894be556bc898cc23aaa8 100644 (file)
@@ -64,7 +64,7 @@ authentication:
   over the wire.
 - ``rgw_ldap_binddn``: The Distinguished Name (DN) of the service account used
   by the Ceph Object Gateway
-- ``rgw_ldap_secret``: The password for the service account
+- ``rgw_ldap_secret``: Path to file containing credentials for ``rgw_ldap_binddn``
 - ``rgw_ldap_searchdn``: Specifies the base in the directory information tree
   for searching users. This might be your users organizational unit or some
   more specific Organizational Unit (OU).