> This is the way I do it, may not be the best but it works. All disabled
> accounts start with '!' in the encrypted password, so if you do a
> 'radius:/etc# cat shadow |grep :!' in your path of your shadow file it
will
> show accounts that are disabled.
egrep ':![^!]' /etc/shadow
That's : fol
This is the way I do it, may not be the best but it works. All disabled
accounts start with '!' in the encrypted password, so if you do a
'radius:/etc# cat shadow |grep :!' in your path of your shadow file it will
show accounts that are disabled.
Regards
Nathan
> From: Robert Brown <[EMAIL PROT
On Wed, Dec 13, 2000 at 09:06:22AM -0500, Robert Brown wrote:
> I routinely use passwd -l username to lock customers with overdue balances. Is
> there a way to list all accounts that are locked?
>From passwd(1):
> -l This option is used to lock the specified account and it is available to
3 matches
Mail list logo