Password-checking program for webmin
- by Hubert Kario
I'm trying to perform password quality checks using pwqcheck (part of passwdq) in webmin.
Unfortunately when I set in "Users and Groups" module settings the "External password-checking program" to the same value that works for samba check password script:
/usr/bin/pwqcheck -1
I get following error when I try to create a user (named test-user):
Failed to save user : pwqcheck: Error parsing parameter "test-user": Invalid parameter
So, How do I configure Webmin together with pwqcheck?