View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006312 | SymmetricDS | Bug | public | 2024-03-20 18:57 | 2024-03-20 18:58 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.5 | Fixed in Version | 3.15.5 | ||
Summary | 0006312: 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. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-03-20 18:57 | elong | New Issue | |
2024-03-20 18:57 | elong | Status | new => assigned |
2024-03-20 18:57 | elong | Assigned To | => elong |
2024-03-20 18:57 | elong | Issue generated from: 0006311 | |
2024-03-20 18:57 | elong | Relationship added | related to 0006311 |
2024-03-20 18:58 | elong | Status | assigned => resolved |
2024-03-20 18:58 | elong | Resolution | open => fixed |
2024-03-20 18:58 | elong | Fixed in Version | => 3.15.5 |
2024-04-23 16:58 | admin | Status | resolved => closed |