]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: radosgw: ldap-auth: fixed option name 'rgw_ldap_searchfilter' 23956/head
authorKonstantin Shalygin <k0ste@k0ste.ru>
Thu, 22 Feb 2018 04:42:45 +0000 (11:42 +0700)
committerPrashant D <pdhange@redhat.com>
Thu, 6 Sep 2018 01:09:19 +0000 (21:09 -0400)
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from commit 4e1d3d8772b7f07becc646b7598cefbc0bc71111)

doc/radosgw/ldap-auth.rst

index c67da0447daab305fe71c8f15d5c4573fe750b4f..be854c1e5197608cad8ea6531ba55aa3ab124ddd 100644 (file)
@@ -65,7 +65,7 @@ authentication:
 - ``rgw_ldap_dnattr``: The attribute being used in the constructed search
   filter to match a username. Depending on your Directory Information Tree
   (DIT) this would probably be ``uid`` or ``cn``.
-- ``rgw_search_filter``: If not specified, the Ceph Object Gateway
+- ``rgw_ldap_searchfilter``: If not specified, the Ceph Object Gateway
   automatically constructs the search filter with the ``rgw_ldap_dnattr``
   setting. Use this parameter to narrow the list of allowed users in very
   flexible ways. Consult the *Using a custom search filter to limit user access