Date: Sun, 10 Feb 2019 16:24:42 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 235582] rpc_svc_gss / nfsd kernel panic Message-ID: <bug-235582-3630-AZY4OasdSp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235582-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-235582-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235582 --- Comment #12 from Rick Macklem <rmacklem@FreeBSD.org> --- Yes, that is correct. In the gssapi, the call gss_export_name() gets the plain ascii name out of the internal format. You'll notice that the client_principal that was printing out bogusly is a copy of the result of a gss_export_name() on cl_cname. (So, assuming your principal names are printable ascii, as this example appears to be, the result of a successful gss_export_name() will be printable.) Btw, I'm hoping that the second patch "fix race..." will fix this problem, since I doubt that the Kerberos/gssapi libraries are returning trash for the client principal name via gss_accept_sec_context(). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235582-3630-AZY4OasdSp>