Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / contrib / libpam / modules / pam_warn / README
1 # $Id: README,v 1.1.1.1 2000/06/20 22:12:10 agmorgan Exp $
2 # $FreeBSD: src/contrib/libpam/modules/pam_warn/README,v 1.3.2.2 2001/06/11 15:28:34 markm Exp $
3 # $DragonFly: src/contrib/libpam/modules/pam_warn/Attic/README,v 1.2 2003/06/17 04:24:03 dillon Exp $
4
5 This module is an authentication module that does not authenticate.
6 Instead it always returns PAM_IGNORE, indicating that it does not want
7 to affect the authentication process.
8
9 Its purpose is to log a message to the syslog indicating the
10 pam_item's available at the time it was invoked. It is a diagnostic
11 tool.
12
13 Recognized arguments:
14
15         <none>
16
17 module services provided:
18
19         auth            _authenticate and _setcred (blank)
20         acct            _acct_mgmt [mapped to _authenticate]
21         session         _open_session and
22                         _close_session [mapped to _authenticate ]
23         password        _chauthtok [mapped to _authenticate]
24
25
26 Andrew Morgan
27 1996/11/14