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 anos atrás
..
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 anos atrás
README 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 anos atrás
applicationContext.xml 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 anos atrás
pom.xml 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 anos atrás
web.xml 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. 18 anos atrás

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.