Actions
Bug #9622
closedChanging admins membership does not replicate correctly to HA slave
Start date:
07/09/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
To reproduce, on a pfSense 2.4.4-3 HA cluster
- On the master: create a user which is not a member of the "admins" group
- it is created on both master and slave with /sbin/nologin as the shell in /etc/passwd, and*LOCKED*
in /etc/master.passwd - On the master: move the user into the "admins" group and save
- on the master, the account works as expected
- however on the slave, the shell remains as /sbin/nologin and*LOCKED*
remains in /etc/master.passwd
- as a result, the user cannot get a shell login on the slave
WORKAROUND: Delete and recreate the user with the admins group membership. But beware: this leaves the /home/USER/.ssh directory on the slave owned by the old UID, so you need to manually chown it to the new UID.
Updated by Jim Pingle over 5 years ago
- Category set to User Manager / Privileges
Updated by Viktor Gurov over 4 years ago
Updated PR with added checkbox to on/off feature:
https://github.com/pfsense/pfsense/pull/4221
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200426.2333
Updated by Jim Pingle about 4 years ago
- Category changed from User Manager / Privileges to XMLRPC
Actions