Skip to content

Commit

Permalink
Add information about SUBTREE for search scope config (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjchand authored and nickw444 committed Aug 8, 2018
1 parent 544ff45 commit 97b6029
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 97b6029

Please sign in to comment.