diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-04-25 14:17:45 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-04-27 11:47:24 -0400 |
commit | b35da26911249aa48052655eef02f16e12930cf9 (patch) | |
tree | 88ed5da63497f980468dbffcad3a7db54382eec0 /src/man | |
parent | 5ed0e9f015a9948530292918dce7b8d46dcd0d6b (diff) | |
download | sssd-b35da26911249aa48052655eef02f16e12930cf9.tar.gz sssd-b35da26911249aa48052655eef02f16e12930cf9.tar.xz sssd-b35da26911249aa48052655eef02f16e12930cf9.zip |
Add ldap_page_size configuration option
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 9d585e2ae..49c9e4915 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -855,6 +855,20 @@ </varlistentry> <varlistentry> + <term>ldap_page_size (integer)</term> + <listitem> + <para> + Specify the number of records to retrieve from + LDAP in a single request. Some LDAP servers + enforce a maximum limit per-request. + </para> + <para> + Default: 1000 + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_tls_reqcert (string)</term> <listitem> <para> |