About
This extension provides an NTLM authentication via Jespa library to Spring Framework.
# Usage #
## Step 1 - configure AD account ##
Visit a webpage o Jespa project and read operator"s manual for current version (obsolete). Configure an Active Directory machine account using SetupWizard vbs script. Generated config file copy to your WEB-INF directory using name ntlm.ptp.
## Step 2 - attach Ntlm filter ##
In your web.xml configure additional filter and map to certain path:
```
jespaFilter
jespa.http.HttpSecurityFilter
properties.path
WEB-INF/ntlm.prp
jespaFilter
/*
```
Step 3 - configure app