ITS#9502 Clarify ldap_get/set_option API

This commit is contained in:
Ondřej Kuzník 2022-02-11 13:56:03 +00:00 committed by Quanah Gibson-Mount
parent 7dd370aaea
commit 9a6785e14a

View file

@ -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.