View Issue Details

IDProjectCategoryView StatusLast Update
0006311SymmetricDSBugpublic2024-04-19 15:46
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.14Fixed in Version3.14.14 
Summary0006311: Failed to decrypt password counter measure if node registration is already open
DescriptionThe counter measure in 0005790 when faced with failure to decrypt password for a node is to re-open registration for the node, but the parameter may be set that says keep the current password. Change the API to allow passing of a boolean to indicate that the password should be recreated because it failed to decrypt.
Steps To ReproduceOn registration server, update a client node to have a password that can't decrypt while also opening registration for it:

update sym_node_security set node_password = 'enc:fail', registration_enabled = 1, registration_time = null where node_id = '1';

Then restart server. It should log that decryption fails and it will re-open registration.
TagsNo tags attached.

Relationships

related to 0006312 closedelong Failed to decrypt password counter measure if node registration is already open 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 afaf7b98

2024-03-20 18:51:53

admin

Details Diff
0006311: Failed to decrypt password counter measure if node registration
is already open
Affected Issues
0006311
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/IRegistrationService.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RegistrationService.java Diff File

SymmetricDS: 3.15 2b3adda1

2024-03-20 18:51:53

admin

Details Diff
0006311: Failed to decrypt password counter measure if node registration
is already open
Affected Issues
0006311
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/AbstractSymmetricEngine.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/IRegistrationService.java Diff File
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RegistrationService.java Diff File

Issue History

Date Modified Username Field Change
2024-03-20 18:50 elong New Issue
2024-03-20 18:50 elong Status new => assigned
2024-03-20 18:50 elong Assigned To => elong
2024-03-20 18:57 elong Status assigned => resolved
2024-03-20 18:57 elong Resolution open => fixed
2024-03-20 18:57 elong Fixed in Version => 3.14.14
2024-03-20 18:57 elong Issue cloned: 0006312
2024-03-20 18:57 elong Relationship added related to 0006312
2024-04-19 15:46 admin Changeset attached => SymmetricDS 3.14 afaf7b98
2024-04-19 15:46 admin Changeset attached => SymmetricDS 3.15 2b3adda1
2024-04-23 16:58 admin Status resolved => closed