Date: Thu, 11 Dec 2025 13:52:32 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 291565] missing gss_inquire_sec_context_by_oid in /usr/lib/libgssapi_krb5.so.122 Message-ID: <bug-291565-227-cIZigwHeqN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-291565-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291565 --- Comment #5 from lampa@fit.vutbr.cz --- This fixes cyrus-sasl-gssapi problem, tested and verified: diff --git a/krb5/lib/gssapi/version.map b/krb5/lib/gssapi/version.map index c0e66aa3c..42f32cc55 100644 --- a/krb5/lib/gssapi/version.map +++ b/krb5/lib/gssapi/version.map @@ -39,6 +39,7 @@ HEIMDAL_GSS_2.0 { gss_inquire_cred; gss_inquire_cred_by_mech; gss_inquire_cred_by_oid; + gss_inquire_sec_context_by_oid; gss_inquire_mech_for_saslname; gss_inquire_mechs_for_name; gss_inquire_name; -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291565-227-cIZigwHeqN>
