Skip to content
Snippets Groups Projects
Commit d738025d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add sizelimit/timelimit comments concerning ldap.conf (ITS#180).

parent acd57577
No related branches found
No related tags found
No related merge requests found
......@@ -195,10 +195,20 @@ 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.
wait at most \fItimelimit\fP seconds for a search to complete. A
timelimit of
.I 0
(zero) removes the
.B ldap.conf
limit.
.TP
.BI \-z \ sizelimit
retrieve at most \fIsizelimit\fP entries for a search.
retrieve at most \fIsizelimit\fP entries for a search. A sizelimit
of
.I 0
(zero) removes the
.B ldap.conf
limit.
.SH OUTPUT FORMAT
If one or more entries are found, each entry is written to standard output
in the form:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment