recommendations for password management tool

Allen K. Smith lazlor at bigboy.lotaris.org
Wed Feb 22 21:50:29 UTC 2006


for name in `egrep "^[[:alnum:]]+:[[:alnum:]$]" /etc/shadow`; do chage -M 90 `echo $name | awk -F : '{ print $1 }'` ; done

On Wednesday 22 February 2006 13:20, Bill Tangren wrote:
> I'm looking for a user password management tool that will allow me to alter 
> sp_max in /etc/shadow, the number of days before a change is required in the 
> password. I have the set to 180, and I want to set it to 90 for all my users. 
> I've googled but came up empty. Webmin (which uses usermin) doesn't do this, as 
> far as I can tell.
> 
> Thanks!
> Bill Tangren
> 




More information about the redhat-list mailing list