Skip to content

Commit

Permalink
doc: improve description of ldap_disable_range_retrieval
Browse files Browse the repository at this point in the history
Reviewed-by: Justin Stephenson <[email protected]>
Reviewed-by: Sumit Bose <[email protected]>
  • Loading branch information
domiborges authored and alexey-tikhonov committed Jan 24, 2025
1 parent 51bf667 commit 9c65b89
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/man/sssd-ldap.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -692,13 +692,17 @@
Disable Active Directory range retrieval.
</para>
<para>
Active Directory limits the number of members to be
Active Directory limits the number of members that can be
retrieved in a single lookup using the MaxValRange
policy (which defaults to 1500 members). If a group
contains more members, the reply would include an
AD-specific range extension. This option disables
parsing of the range extension, therefore large
groups will appear as having no members.
policy, which defaults to 1500 members. If a group
contains more than 1500 members, the reply includes
an AD-specific range extension. When enabled,
this option prevents SSSD from parsing the range
extension. As a result large groups will appear as they
have no members.
This option does not enable SSSD to read subsequent
ranges. To retrieve all members of a group, you must
increase the MaxValRange setting in Active Directory.
</para>
<para>
Default: False
Expand Down

0 comments on commit 9c65b89

Please sign in to comment.