Skip to content

smb: Ignore EINVAL for kerberos/ccache login

Ondrej Holy requested to merge wip/oholy/smb-einval into master

With samba 4.16.0, mount operation fails with the "Invalid Argument" error when kerberos/ccache is misconfigured. Ignore this error, so user get a chance to login using the password.

Fixes: #611 (closed)

Merge request reports