No commit activity in last 3 years
No release in over 3 years
a Rack module for testing NTLM Authentication in an HTTP client
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

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