diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-16 16:27:01 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-18 09:27:56 -0500 |
commit | 8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5 (patch) | |
tree | d7bd59fc63e1c4f28307d82bb56cc4dedda46e04 /src/man | |
parent | fd3714d0cf068f3c782c1fff32105fc51cc97a0e (diff) | |
download | sssd-8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5.tar.gz sssd-8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5.tar.xz sssd-8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5.zip |
LDAP: Add option to disable paging control
Fixes https://fedorahosted.org/sssd/ticket/967
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 1f759025d..fca13f8da 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -996,6 +996,30 @@ </varlistentry> <varlistentry> + <term>ldap_disable_paging</term> + <listitem> + <para> + Disable the LDAP paging control. This option + should be used if the LDAP server reports that it + supports the LDAP paging control in its RootDSE + but it is not enabled or does not behave properly. + </para> + <para> + Example: OpenLDAP servers with the paging control + module installed on the server but not enabled + will report it in the RootDSE but be unable to use + it. + </para> + <para> + Example: 389 DS has a bug where it can only + support a one paging control at a time on a single + connection. On busy clients, this can result in + some requests being denied. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_deref_threshold (integer)</term> <listitem> <para> |