Koozali.org: home of the SME Server

Strong Passwords

chris snow

Strong Passwords
« on: June 06, 2003, 06:05:45 PM »
Has anyone done any work on checking password strength when someone changes their password?

For example: password quality script aka --with-cracklib replacement
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=b2cinj%249ik%241%40FreeBSD.csie.NCTU.edu.tw

Thanks,

Chris

Gordon Rowell

Re: Strong Passwords
« Reply #1 on: June 15, 2003, 06:50:24 AM »
> Has anyone done any work on checking password strength when
> someone changes their password?
>
> For example: password quality script aka --with-cracklib replacement
> [...]

Yes - we apply cracklib to the admin password, but not currently
to user passwords (by default).

Have a look at the configdb entry for passwordstrength and
esmith::FormMagick::validate_password.

Gordon