summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_warn/README
blob: ab128179cbe345ab9748dfbaa4b64dd163a1e996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: README,v 1.1.1.1 2001/04/29 04:17:43 hartmans 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		_authenticate and _setcred (blank)
	acct		_acct_mgmt [mapped to _authenticate]
	session		_open_session and
			_close_session [mapped to _authenticate ]
	password	_chauthtok [mapped to _authenticate]


Andrew Morgan
1996/11/14