mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9502 Clarify ldap_get/set_option API
This commit is contained in:
parent
7dd370aaea
commit
9a6785e14a
1 changed files with 6 additions and 0 deletions
|
|
@ -455,6 +455,12 @@ This option is OpenLDAP specific.
|
|||
.B LDAP_OPT_TCP_USER_TIMEOUT
|
||||
Allows to configure TCP_USER_TIMEOUT in milliseconds on the connection, overriding the operating system setting.
|
||||
This option is OpenLDAP specific and supported only on Linux 2.6.37 or higher.
|
||||
.B invalue
|
||||
must be a
|
||||
.BR "const unsigned int *" ;
|
||||
.BR outvalue
|
||||
must be an
|
||||
.BR "unsigned int *" .
|
||||
|
||||
.SH SASL OPTIONS
|
||||
The SASL options are OpenLDAP specific.
|
||||
|
|
|
|||
Loading…
Reference in a new issue