Closed ghudo closed 1 year ago
Thanks for submitting this. Could you please send it as a github pull request so that I can merge it in easily?
Thanks @lookfirst - please consider merging https://github.com/lookfirst/sardine/pull/204 which includes a fix for this issue as well as two other issues I encountered.
Feedback is most welcome if you happen to need anything changed ;-)
Extend the Ant SardineTask to work for NTLM authentication by allowing users to specify a "domain" and "workstation" attribute to the "Sardine" ant task.
Example:
<sardine domain="domain" username="user" password="pass" workstation="workstation">...</sardine>
To implement this add a domain and workstation attribute to SardineTask and extend the SardineTask.execute() method. Here is the code: (which I've tested against my NTLM server)