mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
limit clean up
This commit is contained in:
parent
d8dc230a25
commit
1e17d75400
@ -221,32 +221,22 @@ base object for the search. The default is to never dereference aliases.
|
|||||||
Specify the LDAP protocol version to use.
|
Specify the LDAP protocol version to use.
|
||||||
.TP
|
.TP
|
||||||
.BI \-l \ timelimit
|
.BI \-l \ timelimit
|
||||||
wait at most \fItimelimit\fP seconds for a search to complete. A
|
wait at most \fItimelimit\fP seconds for a search to complete.
|
||||||
timelimit of
|
|
||||||
.I 0
|
|
||||||
(zero) removes the
|
|
||||||
.B ldap.conf
|
|
||||||
limit.
|
|
||||||
A timelimit of
|
A timelimit of
|
||||||
|
.I 0
|
||||||
|
(zero) or
|
||||||
.I none
|
.I none
|
||||||
uses
|
means no limit.
|
||||||
.I maxInt
|
|
||||||
(2147483647, RFC 2251) as timelimit.
|
|
||||||
A server may impose a maximal timelimit which only
|
A server may impose a maximal timelimit which only
|
||||||
the root user may override.
|
the root user may override.
|
||||||
.TP
|
.TP
|
||||||
.BI \-z \ sizelimit
|
.BI \-z \ sizelimit
|
||||||
retrieve at most \fIsizelimit\fP entries for a search. A sizelimit
|
retrieve at most \fIsizelimit\fP entries for a search.
|
||||||
of
|
|
||||||
.I 0
|
|
||||||
(zero) removes the
|
|
||||||
.B ldap.conf
|
|
||||||
limit.
|
|
||||||
A sizelimit of
|
A sizelimit of
|
||||||
|
.I 0
|
||||||
|
(zero) or
|
||||||
.I none
|
.I none
|
||||||
uses
|
means no limit.
|
||||||
.I maxInt
|
|
||||||
(2147483647, RFC 2251) as sizelimit.
|
|
||||||
A server may impose a maximal sizelimit which only
|
A server may impose a maximal sizelimit which only
|
||||||
the root user may override.
|
the root user may override.
|
||||||
.TP
|
.TP
|
||||||
@ -314,8 +304,8 @@ The following command:
|
|||||||
ldapsearch -LLL "(sn=smith)" cn sn telephoneNumber
|
ldapsearch -LLL "(sn=smith)" cn sn telephoneNumber
|
||||||
.fi
|
.fi
|
||||||
.LP
|
.LP
|
||||||
will perform a subtree search (using the default search base defined
|
will perform a subtree search (using the default search base and
|
||||||
in
|
other parameters defined in
|
||||||
.BR ldap.conf (5))
|
.BR ldap.conf (5))
|
||||||
for entries with a surname (sn) of smith. The common name (cn), surname
|
for entries with a surname (sn) of smith. The common name (cn), surname
|
||||||
(sn) and telephoneNumber values will be retrieved and printed to
|
(sn) and telephoneNumber values will be retrieved and printed to
|
||||||
|
Loading…
Reference in New Issue
Block a user