Luke Taylor 3afa96d7cc SEC-8: Tidied up Ntlm contribution. NtlmAwareLdapAuthenticatorImpl was catching BadCredentialsExceptions which wouldn't be thrown since it doesn't actually do a bind. Changed to NameNotFoundException. Changed "bindWithoutDn" method name to "loadUser" which more clearly describes what it does. 18 years ago
..
src 3afa96d7cc SEC-8: Tidied up Ntlm contribution. NtlmAwareLdapAuthenticatorImpl was catching BadCredentialsExceptions which wouldn't be thrown since it doesn't actually do a bind. Changed to NameNotFoundException. Changed "bindWithoutDn" method name to "loadUser" which more clearly describes what it does. 18 years ago
README 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 years ago
applicationContext.xml 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 years ago
pom.xml 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 years ago
web.xml 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 years ago

README

Just place this folder into the SVN checkout of ACEGI sources.
Then modify the root pom.xml to include the folder as a module.

The applicationContext.xml and web.xml files are included in
the root directory for example purposes only.