From 2629ca998a2a80ebaf82421c552666b3c0b99350 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Fri, 11 Feb 2022 13:56:03 +0000 Subject: [PATCH] ITS#9502 Clarify ldap_get/set_option API --- doc/man/man3/ldap_get_option.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index 068d0f50a1..3b7b9dd966 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -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. -- 2.47.2