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_6_4~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=485c849d9506043b557c86f7afd49273d179afe9;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