Displaying 1 result from an estimated 1 matches for "av7oav2brr".
2011 Sep 12
1
How to check the password complexity in samba
....15.tar.zg. Go to
samba-3.4.15/examples/auth/crackcheck and compile crackcheck
2. Copy crackcheck binary to the /usr/bin/
3. Check that the program working correctly
# /usr/bin/crackcheck -d /usr/share/cracklib/pw_dict
123
ERR - it is too short
# /usr/bin/crackcheck -d /usr/share/cracklib/pw_dict
AV7OaV2BRr
Looks good.
4. Add the following line to the smb.conf and restart samba
check password script = /usr/bin/crackcheck -d /usr/share/cracklib/pw_dict
But when I change user password from command line (smbldap-passwd) or via
gui (srvtools), there is no warning. Even if I set 123 as password.
Am I...