/[Apache-SVN]
ViewVC logotype

Revision 1449386


Jump to revision: Previous Next
Author: olamy
Date: Sat Feb 23 18:36:40 2013 UTC (11 years, 1 month ago)
Changed paths: 5
Log Message:
as we can chain various user managers with Archiva
user manager authenticator can lock accounts in the following case :
2 user managers: ldap and jdo.
ldap correctly find the user but cannot compare hashed password
jdo reject password so increase loginAttemptCount
now ldap bind authenticator work but loginAttemptCount has been increased.
so we restore here loginAttemptCount to 0 if in authenticationFailureCauses

Changed paths

Path Details
Directoryarchiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/pom.xml modified , text changed
Directoryarchiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationFailureCause.java modified , text changed
Directoryarchiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationResult.java modified , text changed
Directoryarchiva/redback/redback-core/trunk/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/DefaultAuthenticationManager.java modified , text changed
Directoryarchiva/redback/redback-core/trunk/redback-system/src/test/resources/spring-context.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26