From: Konstantin Shalygin Date: Thu, 22 Feb 2018 04:42:45 +0000 (+0700) Subject: docs: radosgw: ldap-auth: fixed option name 'rgw_ldap_searchfilter' X-Git-Tag: v14.0.1~478^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e1d3d8772b7f07becc646b7598cefbc0bc71111;p=ceph.git docs: radosgw: ldap-auth: fixed option name 'rgw_ldap_searchfilter' Signed-off-by: Konstantin Shalygin --- diff --git a/doc/radosgw/ldap-auth.rst b/doc/radosgw/ldap-auth.rst index c67da0447daa..be854c1e5197 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