First stab at cracklib support (password quality checking) in Samba 3.0
commitb75b755a2ba78ad323d6a87fdbee78b1829f864f
authorAndrew Bartlett <abartlet@samba.org>
Mon, 12 Jan 2004 12:18:11 +0000 (12 12:18 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Jan 2004 12:18:11 +0000 (12 12:18 +0000)
treee7864e978d01f52a6ef9ce5604cf9b178d427341
parent432f3be62ed7af5de3436bfc7b1ade4708c521f4
First stab at cracklib support (password quality checking) in Samba 3.0

This adds a configure test, that tries to find out if we have a working
cracklib installation, and tries to pick up the debian hints on where
the dictionary might be found.  Default is per my Fedora Core 1 system -
I'm not sure how much it changes.

Andrew Bartlett
(This used to be commit bc770edb788f0b6f719011cda683f045b76b7ba5)
source3/param/loadparm.c
source3/rpc_server/srv_samr_nt.c
source3/smbd/chgpasswd.c
source3/tests/crack.c [new file with mode: 0644]