summaryrefslogtreecommitdiffstats
path: root/doc/radosgw/ldap-auth.rst
diff options
context:
space:
mode:
authorRobin Müller <github@mail.coder-hugo.de>2019-08-22 13:14:06 +0200
committerRobin Müller <github@mail.coder-hugo.de>2019-08-22 13:14:06 +0200
commitf8da9c796ad3135ddd03cab05585943ca2310317 (patch)
tree7c611f9985f1447da7b0594755eddde17a749dc2 /doc/radosgw/ldap-auth.rst
parentMerge pull request #29755 from xiexingguo/wip-inc-recovery-4 (diff)
downloadceph-f8da9c796ad3135ddd03cab05585943ca2310317.tar.xz
ceph-f8da9c796ad3135ddd03cab05585943ca2310317.zip
rgw: fix documentation for rgw_ldap_secret
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>
Diffstat (limited to 'doc/radosgw/ldap-auth.rst')
-rw-r--r--doc/radosgw/ldap-auth.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/radosgw/ldap-auth.rst b/doc/radosgw/ldap-auth.rst
index 75b2d149457..486d0c6236d 100644
--- a/doc/radosgw/ldap-auth.rst
+++ b/doc/radosgw/ldap-auth.rst
@@ -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).