diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-09 14:40:20 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-18 10:23:56 -0400 |
commit | 60afae4a7db780f3bee34980ebeab093cf5b4eb1 (patch) | |
tree | ec8291dd89aeb7d5c241468ff00e20d3a0c195a5 /src | |
parent | 280a07e60639dfbcfa41c2626e5fe95870b9f473 (diff) | |
download | sssd-60afae4a7db780f3bee34980ebeab093cf5b4eb1.tar.gz sssd-60afae4a7db780f3bee34980ebeab093cf5b4eb1.tar.xz sssd-60afae4a7db780f3bee34980ebeab093cf5b4eb1.zip |
MAN: Improve ldap_disable_paging documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index e8d06b464..263079e4d 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1079,7 +1079,7 @@ </varlistentry> <varlistentry> - <term>ldap_disable_paging</term> + <term>ldap_disable_paging (boolean)</term> <listitem> <para> Disable the LDAP paging control. This option @@ -1099,6 +1099,9 @@ connection. On busy clients, this can result in some requests being denied. </para> + <para> + Default: False + </para> </listitem> </varlistentry> |