Actions
Bug #12940
closed
MM
VG
Deleting a user on the primary node does not delete its home directory on secondary node during XMLRPC sync
Bug #12940:
Deleting a user on the primary node does not delete its home directory on secondary node during XMLRPC sync
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
2.6.0
Affected Architecture:
Description
In an HA configuration, deleting a user (System / User Manager) will only delete the user home directory on the primary node. This can lead to a permissions issue with ssh keys on the secondary node when a user by the same name is recreated.
- create user1 with ssh key on primary node
- wait for xmlrpc sync then delete user1
/home/user1still exists on secondary node - create user1 with ssh key on primary node
- secondary node now has:
ls -la /home/user1/ drwx------ 2 2005 nobody 3 Mar 5 15:55 .ssh
Actions