From: Howard Chu Date: Mon, 9 Jan 2023 18:05:36 +0000 (+0000) Subject: ITS#9976 doc: ldap_sasl_bind: mention ber_bvfree X-Git-Tag: OPENLDAP_REL_ENG_2_5_14~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aefdea46d2929fc6d9c2b25e651e526b56d242c;p=thirdparty%2Fopenldap.git ITS#9976 doc: ldap_sasl_bind: mention ber_bvfree --- 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