rack-ntlm-test-service

Test that your HTTP client supports NTLM authentication.

Usage

Rack middleware:

Rack::Ntlm

Arguments:


{   
  :uri_pattern => /\/login/,
  :auth => {
    :username => 'user',
    :password => 'secret'
  }
}

Credit to dtsato and lukefx for the original rack-ntlm gem on which this is based.

Temporary word of caution

until my changes have been merged and pushed, you need to use the 'rubyntlm' gem from my github.

https://github.com/johncant/rubyntlm