Quote:
Originally Posted by noir911
Is there any way to disable a user account so that I can re-enable it easily later if needed? I tried admintool but that doesn't help me re-enable the account later without changing the user's password.
Thanks.
|
as root : usermod -L username : it locks the username's passwd
to re-enable : usermod -U username