This is the first release of the pam_smbpass module, an authentication and
password module designed to make use of a database of passwords encrypted
using the windows networking hash functions.  It is based on code from the
pam_pwdb module by Andrew Morgan <morgan@transmeta.com> and Christian
Gafton <gafton@redhat.com>, and from the samba suite by Andrew Tridgell
and the rest of the Samba Team <samba-bugs@samba.anu.edu.au>.

Options recognized by this module are as follows:

	debug		-	log more debugging info
	audit		-	log even more debugging info
	use_first_pass	-	don't prompt the user for passwords
				take them from PAM_ items instead
	try_first_pass  -	don't prompt the user for the passwords
				unless PAM_(OLD)AUTHTOK is unset
	use_authtok	-	like try_first_pass, but *fail* if the new
				PAM_AUTHTOK has not been previously set.
				(intended for stacking password modules only)
	not_set_pass    -	don't set the PAM_ items with the passwords
				used by this module.
	nodelay		-	used to prevent failed authentication
				resulting in a delay of about 1 second.


---------------------
Stephen Langasek <vorlon@dodds.net>

