summaryrefslogtreecommitdiff
path: root/modules/pam_warn/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_warn/README')
-rw-r--r--modules/pam_warn/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/pam_warn/README b/modules/pam_warn/README
new file mode 100644
index 00000000..6d484bdf
--- /dev/null
+++ b/modules/pam_warn/README
@@ -0,0 +1,26 @@
+# $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