From 4e1d3d8772b7f07becc646b7598cefbc0bc71111 Mon Sep 17 00:00:00 2001 From: Konstantin Shalygin Date: Thu, 22 Feb 2018 11:42:45 +0700 Subject: [PATCH] docs: radosgw: ldap-auth: fixed option name 'rgw_ldap_searchfilter' Signed-off-by: Konstantin Shalygin --- doc/radosgw/ldap-auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/ldap-auth.rst b/doc/radosgw/ldap-auth.rst index c67da0447daab..be854c1e51976 100644 --- a/doc/radosgw/ldap-auth.rst +++ b/doc/radosgw/ldap-auth.rst @@ -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 -- 2.39.5