View Issue Details

IDProjectCategoryView StatusLast Update
0006312SymmetricDSBugpublic2024-03-20 18:58
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.5Fixed in Version3.15.5 
Summary0006312: 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 0006311 closedelong Failed to decrypt password counter measure if node registration is already open 

Activities

There are no notes attached to this issue.

Issue History

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