View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006311 | SymmetricDS | Bug | public | 2024-03-20 18:50 | 2024-04-19 15:46 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.0 | ||||
Target Version | 3.14.14 | Fixed in Version | 3.14.14 | ||
Summary | 0006311: Failed to decrypt password counter measure if node registration is already open | ||||
Description | The 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 Reproduce | On 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. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.14 afaf7b98 2024-03-20 18:51:53 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 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 |
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 |