]> 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>
Fri, 18 Feb 2022 23:20:12 +0000 (23:20 +0000)
doc/man/man3/ldap_get_option.3

index 068d0f50a1ce774433f364e0503f92392f062061..3b7b9dd966e761f2cf97583c20d57ab78d92301f 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.