-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rejected NTLM challenge #93
Comments
If the server requires authentication, are you providing it somehow? I don't know how davfs works, I'd recommend starting by talking to the community of that project. |
WinSCP suffers from the same issue and also uses neon - even with the same error message. Since the WinSCP community is way more "easy to handle" than the Debian one (which seems to maintain a fork a davfs), I'll report a bug over there. Closed for now. |
You know that the problem is between neon and the server. So why would you report the bug on WinSCP? |
Since they (you) are capable to analyse and discuss the problem, I'm not. I'm a user only, I can report it, do some tests, etc. |
If you want to move this forward I suggest you configure current versions of |
Here we go:
|
Was this issue ever resolved ? I have a similar setup failing. |
I suspect this rejection is due to MS doing some things. I've asked the admin of the Sharepoint service to have a look at the IIS logs to see if it tells why it gets rejected. That might provide some additional info where to start looking. |
Ok, the issue is clear : What davfs sends : $ ntlm_decoder "TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=" What curl sends : $ ntlm_decoder "TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=" Recent IIS security setups require NTLMv2 and signing, and that is also a requirement if you have password > 14 chars. I'll cook up a patch for this in the next weeks. |
Thanks @igmar for the detailed analysis. |
Describe the bug
While trying to connect to a WebDAV server, I'm getting this error message:
Environment
To Reproduce
Debugging output
Please instruct me how to.
The text was updated successfully, but these errors were encountered: