From: Kurt Zeilenga Date: Fri, 18 Jun 2004 07:23:37 +0000 (+0000) Subject: limit clean up X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~249 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1e17d7540077271525209aa612e6fa7269b31497;p=openldap limit clean up --- diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index fbdd2f53f5..ebc918cb5f 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -221,32 +221,22 @@ base object for the search. The default is to never dereference aliases. Specify the LDAP protocol version to use. .TP .BI \-l \ timelimit -wait at most \fItimelimit\fP seconds for a search to complete. A -timelimit of -.I 0 -(zero) removes the -.B ldap.conf -limit. +wait at most \fItimelimit\fP seconds for a search to complete. A timelimit of +.I 0 +(zero) or .I none -uses -.I maxInt -(2147483647, RFC 2251) as timelimit. +means no limit. A server may impose a maximal timelimit which only the root user may override. .TP .BI \-z \ sizelimit -retrieve at most \fIsizelimit\fP entries for a search. A sizelimit -of -.I 0 -(zero) removes the -.B ldap.conf -limit. +retrieve at most \fIsizelimit\fP entries for a search. A sizelimit of +.I 0 +(zero) or .I none -uses -.I maxInt -(2147483647, RFC 2251) as sizelimit. +means no limit. A server may impose a maximal sizelimit which only the root user may override. .TP @@ -314,8 +304,8 @@ The following command: ldapsearch -LLL "(sn=smith)" cn sn telephoneNumber .fi .LP -will perform a subtree search (using the default search base defined -in +will perform a subtree search (using the default search base and +other parameters defined in .BR ldap.conf (5)) for entries with a surname (sn) of smith. The common name (cn), surname (sn) and telephoneNumber values will be retrieved and printed to