Ruby/NTLM provides message creator and parser for the NTLM authentication.
100% Ruby
require 'rubyntlm'
t1 = Net::NTLM::Message::Type1.new()
t2 = Net::NTLM::Message.parse(message_from_server)
t3 = t2.response({:user => 'user', :password => 'passwd'})
https://groups.google.com/forum/?fromgroups#!forum/rubyntlm
- Fork it.
- Create a branch (git checkout -b my_feature_branch)
- Commit your changes (git commit -am "Added a sweet feature")
- Push to the branch (git push origin my_feature_branch)
- Create a pull requst from your branch into master (Please be sure to provide enough detail for us to cipher what this change is doing)