Disabling Online Linux Pool users
Steps used to disable a user in the Online Linux Pool:
(will use "exileduser" as the username for examples)
in SKM, toggle the user to disabled
on onlldap (update as of December 1, 2020: this is now on onlcs instead of onlldap(TBC)):
- change the user's login shell to /sbin/nologin (either in Webmin or with the chsh command, "chsh -s /sbin/nologin exileduser")
- chage -E 0 exileduser
- tar user's home directory into ceph (cd /ldaphome; tar cjf /ceph/OLP-user-archive/exileduser.tar.bz exileduser; [if no error in the tar, then] rm -rf exileduser)
Groups:
- wbetts's blog
- Login or register to post comments