Closed xeor closed 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?
rd-winrm-plugin
https://github.com/NetDocuments/rd-winrm-plugin/blob/9751a3cc49af8cc6bcf05d6046af1b34ae9af214/contents/winrmexe.rb#L89 doesnt have ntlm as an option.
Fixed by #30
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.