mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
document VERSION, TIMEOUT and NETWORK_TIMEOUT options
This commit is contained in:
parent
2f964def8a
commit
18450addda
1 changed files with 10 additions and 0 deletions
|
|
@ -159,6 +159,16 @@ Aliases are only dereferenced when locating the base object of the search.
|
|||
Aliases are dereferenced both in searching and in locating the base object
|
||||
of the search.
|
||||
.RE
|
||||
.TP
|
||||
.B VERSION {2|3}
|
||||
Specifies what version of the LDAP protocol should be used.
|
||||
.TP
|
||||
.B TIMEOUT <integer>
|
||||
Specifies a generic timeout (in seconds). Currently ignored.
|
||||
.TP
|
||||
.B NETWORK_TIMEOUT <integer>
|
||||
Specifies the timeout (in seconds) after which the poll(2)/select(2)
|
||||
following a connect(2) returns in case of no activity.
|
||||
.SH SASL OPTIONS
|
||||
If OpenLDAP is built with Simple Authentication and Security Layer support,
|
||||
there are more options you can specify.
|
||||
|
|
|
|||
Loading…
Reference in a new issue