First stab at cracklib support (password quality checking) in Samba 3.0
authorAndrew Bartlett <abartlet@samba.org>
Mon, 12 Jan 2004 12:18:11 +0000 (12:18 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Jan 2004 12:18:11 +0000 (12:18 +0000)
commitbc770edb788f0b6f719011cda683f045b76b7ba5
tree517751fbf5fc7ff15fa873d0228365b97f001651
parentacc9022550b20b144f749411ecdadf18adb09350
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
source/param/loadparm.c
source/rpc_server/srv_samr_nt.c
source/smbd/chgpasswd.c
source/tests/crack.c [new file with mode: 0644]