summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_debug/README
blob: c1dad0f8dbef16ef6a04b29796dbd70c497f7923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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