diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-27 16:54:03 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-10-27 16:54:03 +0000 |
commit | fdcd3bede75f43d09831424794e22d036ae1596b (patch) | |
tree | 0a742678e09caf3e1f5009090937f2203331e2af | |
parent | 5daa915ba84c17a02605208ae2ba62adf7e00220 (diff) |
include pagesize option in manual page since this is tested now
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@466 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index b531d69..62385b8 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -550,11 +550,12 @@ </variablelist> </refsect2> -<!-- do not document the following options for now as support for them is not finalized <refsect2 id='other_options'> <title>Other options</title> <variablelist> +<!-- do not document this option for now as support it is not finalized + <varlistentry> <term><emphasis remap="B">restart <yes|no></emphasis></term> <listitem> @@ -566,12 +567,13 @@ client libraries.</para> </listitem> </varlistentry> +--> <varlistentry> <term><option>pagesize</option> <emphasis remap="I">NUMBER</emphasis></term> <listitem> <para> - Set this to a number greater than 0 to enable handling of paged + Set this to a number greater than 0 to request paged results from the LDAP server in accordance with RFC2696. The default (0) is to not request paged results. </para> @@ -580,7 +582,6 @@ </variablelist> </refsect2> ---> </refsect1> |