summaryrefslogtreecommitdiff
path: root/modules/pam_warn/README
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 12:44:11 -0800
commitefd31890b5ed496a5a00c08a262da240e66a4ddc (patch)
tree22a7aab22b3a491bb58df250d7d6409e0c160bcc /modules/pam_warn/README
parent067affee9267fa0d1c21835182ba639ba33e820f (diff)
New upstream version 0.76
Diffstat (limited to 'modules/pam_warn/README')
-rw-r--r--modules/pam_warn/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/pam_warn/README b/modules/pam_warn/README
deleted file mode 100644
index 6d484bdf..00000000
--- a/modules/pam_warn/README
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id$
-#
-
-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