aboutsummaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_debug/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 /Linux-PAM/modules/pam_debug/README
parent067affee9267fa0d1c21835182ba639ba33e820f (diff)
downloadpam-efd31890b5ed496a5a00c08a262da240e66a4ddc.tar.gz
pam-efd31890b5ed496a5a00c08a262da240e66a4ddc.tar.bz2
pam-efd31890b5ed496a5a00c08a262da240e66a4ddc.zip
New upstream version 0.76
Diffstat (limited to 'Linux-PAM/modules/pam_debug/README')
-rw-r--r--Linux-PAM/modules/pam_debug/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/Linux-PAM/modules/pam_debug/README b/Linux-PAM/modules/pam_debug/README
new file mode 100644
index 00000000..c1dad0f8
--- /dev/null
+++ b/Linux-PAM/modules/pam_debug/README
@@ -0,0 +1,15 @@
+# $Id: README,v 1.1.1.1 2002/09/15 20:08:45 hartmans Exp $
+#
+
+This module returns what its module arguments tell it to return. It
+can be used for debugging libpam and/or an application.
+
+Here are some example ways to use it:
+
+auth requisite pam_permit.so
+auth [success=2 default=ok] pam_debug.so auth=perm_denied cred=success
+auth [default=reset] pam_debug.so auth=success cred=perm_denied
+auth [success=done default=die] pam_debug.so
+auth optional pam_debug.so auth=perm_denied cred=perm_denied
+auth sufficient pam_debug.so auth=success cred=success
+