From 97b6029fbb90d667afff1e698308a6b5b76d371a Mon Sep 17 00:00:00 2001 From: Chris Chandler Date: Wed, 8 Aug 2018 16:49:32 -0500 Subject: [PATCH] Add information about SUBTREE for search scope config (#37) --- docs/source/configuration.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index f0f20d2..0b065cb 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -114,7 +114,10 @@ Filters/Searching ==================================== ================================================ ``LDAP_USER_SEARCH_SCOPE`` Specifies what scope to search in when searching for a specific user. Defaults to - ``'LEVEL'``. + ``'LEVEL'``, which limits search results to + objects in the root of your search base. + Use ``'SUBTREE'`` to do a recursive search + within the search base. ``LDAP_USER_OBJECT_FILTER`` Specifies what object filter to apply when searching for users. Defaults to @@ -135,7 +138,10 @@ Filters/Searching ``LDAP_GROUP_SEARCH_SCOPE`` Specifies what scope to search in when searching for a specific group. Defaults to - ``'LEVEL'``. + ``'LEVEL'``, which limits search results to + objects in the root of your search base. + Use ``'SUBTREE'`` to do a recursive search + within the search base. ``LDAP_GROUP_OBJECT_FILTER`` Specifies what object filter to apply when searching for groups. Defaults to