freebsd-dev/contrib/libpam/modules/pam_cracklib
1998-11-18 01:16:21 +00:00
..
Makefile Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
pam_cracklib.c Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00
README Initial import of virgin Linux-PAM 0.65, slightly stripped down. 1998-11-18 01:16:21 +00:00

pam_cracklib:
	check the passwd against dictionary words.

RECOGNIZED ARGUMENTS:
	debug		verbose log

	type=XXX	alter the message printed as a prompt to the user.
			the message printed is in the form
			"New XXX password: ".
			Default XXX=UNIX

	retry=N		Prompt user at most N times before returning with
			error. Default N=1.

MODULE SERVICES PROVIDED:
	passwd		chauthtok

AUTHOR:
	Cristian Gafton <gafton@sorosis.ro>