]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9976 doc: ldap_sasl_bind: mention ber_bvfree
authorHoward Chu <hyc@openldap.org>
Mon, 9 Jan 2023 18:05:36 +0000 (18:05 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 19 Jan 2023 17:45:07 +0000 (17:45 +0000)
doc/man/man3/ldap_bind.3

index 7b9e2dec25598ff48935e882ba5ca429d1baf299..f70182eea789e35118487ad2a60c913cffbf3986 100644 (file)
@@ -158,6 +158,9 @@ call to
 The result must be additionally parsed by
 .BR ldap_parse_sasl_bind_result ()
 to obtain any server credentials sent from the server.
+
+Any returned server credentials should be freed using
+.BR ber_bvfree ().
 .LP
 Many SASL mechanisms require multiple message exchanges to perform a
 complete authentication. Applications should generally use