[Arthur de Jong]
> You can set the pagesize option in nss-ldapd.conf (see the manual
> page for details) to enable this. In the example configuration file
> (/usr/share/doc/libnss-ldapd/examples/nss-ldapd.conf.gz) in the
> section on AD this setting is recommended.

Ah, thank you.  I had failed to understand what that option did.

> I'm closing this bug because this option documented in the manual
> page (improvements to the text are welcome).

OK.  Here is a try to improve the documentation.

Index: man/nss-ldapd.conf.5.xml
===================================================================
--- man/nss-ldapd.conf.5.xml    (revision 650)
+++ man/nss-ldapd.conf.5.xml    (working copy)
@@ -565,7 +565,7 @@
       <para>
        Set this to a number greater than 0 to request paged results from
        the <acronym>LDAP</acronym> server in accordance with RFC2696.
-       The default (0) is to not request paged results.
+       The default (0) is to not request paged results.  This is useful for 
LDAP servers limiting the number of requests returned at the same time, like 
the Active Directory LDAP server that only return 1000 entries at the time.  It 
will not help if the LDAP server is configured to refuse to return anything if 
the result set is too large, like the default setting for OpenLDAP.  If this is 
the case, the LDAP server need to be configured to allow paging of unlimited or 
large enough result sets.
       </para>
      </listitem>
     </varlistentry>

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to