From 3aefdea46d2929fc6d9c2b25e651e526b56d242c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 9 Jan 2023 18:05:36 +0000 Subject: [PATCH] ITS#9976 doc: ldap_sasl_bind: mention ber_bvfree --- doc/man/man3/ldap_bind.3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 7b9e2dec25..f70182eea7 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -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 -- 2.47.2