[Date Prev][Date Next] [Chronological] [Thread] [Top]

Addition to ldapsearch(1) (ITS#180)



Full_Name: Michael Haardt
Version: 1.2.1
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.97.109.109)


This is probably obvious for anybody who is familar with LDAP, but it took me
quite
some time to figure this out.  The manual ldapsearch(1) says:

       -z sizelimit
              retrieve at most sizelimit entries for a search.

It should say:

       -z sizelimit
              retrieve at most sizelimit entries for a search, or all entries,
if
              a limit of 0 is given.  The server may restrict the maximal
number
              of results.  This restriction can only be bypassed by
authenticating
              as root.

Or something to that effect.