freebsd-nq/contrib/libpam/modules/pam_warn
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_warn.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

# $Id: README,v 1.1 1996/12/01 03:12:22 morgan Exp $
#

This module is an authentication module that does not authenticate.
Instead it always returns PAM_IGNORE, indicating that it does not want
to affect the authentication process.

Its purpose is to log a message to the syslog indicating the
pam_item's available at the time it was invoked. It is a diagnostic
tool.

Recognized arguments:

	<none>

module services provided:

	auth		_autheticate and _setcred (blank)
	password	_chauthtok [mapped to _authenticate]


Andrew Morgan
1996/11/14