You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/02/25 12:58:21 UTC

svn commit: r1732290 - /directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java

Author: elecharny
Date: Thu Feb 25 11:58:21 2016
New Revision: 1732290

URL: http://svn.apache.org/viewvc?rev=1732290&view=rev
Log:
Fix for DIRSERVER-2125

Modified:
    directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java

Modified: directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java?rev=1732290&r1=1732289&r2=1732290&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java (original)
+++ directory/apacheds/trunk/interceptors/authn/src/main/java/org/apache/directory/server/core/authn/AuthenticationInterceptor.java Thu Feb 25 11:58:21 2016
@@ -619,7 +619,7 @@ public class AuthenticationInterceptor e
                             pwdAccountLockedTimeAt.add( failureTime );
                         }
 
-                        Modification pwdAccountLockedMod = new DefaultModification( ADD_ATTRIBUTE,
+                        Modification pwdAccountLockedMod = new DefaultModification( REPLACE_ATTRIBUTE,
                             pwdAccountLockedTimeAt );
                         mods.add( pwdAccountLockedMod );