Skip to content

samblake/ntlmv2-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTLMv2 Filter

A J2EE filter that provides NTLMv2 authentication. This can be used for implementing Active Directory based auto login functionality. It's based on (and uses) the NTLMv2 Authentication library which in turn is based on the Liferay implementation.

The filter has been modified to allow different caching and configuration implementations as well as allow selective filtering.

Providers

The caching implementations provided are:

  • Ehcache
  • Cache2k

The configuration implementations provided are:

  • Filter parameters
  • System properties/environmental variables

However, it's very simple to implement your own.

License

This code is distributed under the LGPL license.

Releases

No releases published

Packages

No packages published

Languages