From: Ondřej Kuzník Date: Fri, 11 Feb 2022 13:56:03 +0000 (+0000) Subject: ITS#9502 Clarify ldap_get/set_option API X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39248b21077f5306925a963f6c80c5a3085519e4;p=thirdparty%2Fopenldap.git ITS#9502 Clarify ldap_get/set_option API --- diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index 58a8447964..9cfc245700 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.