]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9502 Clarify ldap_get/set_option API
authorOndřej Kuzník <ondra@mistotebe.net>
Fri, 11 Feb 2022 13:56:03 +0000 (13:56 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 14 Feb 2022 20:32:29 +0000 (20:32 +0000)
doc/man/man3/ldap_get_option.3

index 58a844796498a302305d817f3c3f4a53647a82cb..9cfc2457005dbf24b67a4e2da31d39512fc1f902 100644 (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.