smb3: add support for IAKerb
[ Upstream commit eea5119f ] There are now more servers which advertise support for IAKerb (passthrough Kerberos authentication via proxy). IAKerb is a public extension industry standard Kerberos protocol that allows a client without line-of-sight to a Domain Controller to authenticate. There can be cases where we would fail to mount if the server only advertises the OID for IAKerb in SPNEGO/GSSAPI. Add code to allow us to still upcall to userspace in these cases to obtain the Kerberos ticket. Signed-off-by:Steve French <stfrench@microsoft.com> Stable-dep-of: 605b249e ("smb: client: Fix match_session bug preventing session reuse") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading