Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 772 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 772 Bytes

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.