NetDocuments-Archive / rd-winrm-plugin

Allows rundeck to execute commands with powershell
Apache License 2.0
30 stars 19 forks source link

Authenticate using NTLM/Negotiate #19

Closed xeor closed 8 years ago

xeor commented 8 years ago

I can see that the ruby winrm lib supports using NTLM/Negotiate authentication (https://github.com/WinRb/WinRM/blob/1f18019a296b003b0b1b0b236b1114acb2763971/README.md#ntlmnegotiate). Would that be something rd-winrm-plugin would be able to support as well?

https://github.com/NetDocuments/rd-winrm-plugin/blob/9751a3cc49af8cc6bcf05d6046af1b34ae9af214/contents/winrmexe.rb#L89 doesnt have ntlm as an option.

vvchik commented 8 years ago

Fixed by #30