summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-16 16:27:01 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-03-22 12:19:03 -0400
commit1072b8cc7890bba0180f69765875b3d2198c6729 (patch)
treef3754ab07e32375c64e3c3296ffa11e41596cbe6 /src/man
parent7cb9691078aaefbf018a35b93cdfca9c834952e9 (diff)
downloadsssd-1072b8cc7890bba0180f69765875b3d2198c6729.tar.gz
sssd-1072b8cc7890bba0180f69765875b3d2198c6729.tar.xz
sssd-1072b8cc7890bba0180f69765875b3d2198c6729.zip
LDAP: Add option to disable paging control
Fixes https://fedorahosted.org/sssd/ticket/967 Conflicts: src/config/SSSDConfig.py src/config/etc/sssd.api.d/sssd-ipa.conf src/config/etc/sssd.api.d/sssd-ldap.conf src/man/sssd-ldap.5.xml src/providers/ipa/ipa_common.c src/providers/ipa/ipa_common.h src/providers/ldap/ldap_common.c src/providers/ldap/sdap.h
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ldap.5.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 271efd4dd..55dc3f9cb 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -864,6 +864,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_tls_reqcert (string)</term>
<listitem>
<para>