diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-10-12 10:46:25 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2007-10-12 10:46:25 +0000 |
commit | 9109873b94bfe1ead79be79ce751b17d42f4d03e (patch) | |
tree | bca6126b3635fcbbc260bd7f929c01837bda7d72 /xtests/tst-pam_dispatch5.pamd | |
parent | b0eff898b6ce0d083a7758e337879e4fa084d0b9 (diff) | |
download | pam-9109873b94bfe1ead79be79ce751b17d42f4d03e.tar.gz pam-9109873b94bfe1ead79be79ce751b17d42f4d03e.tar.bz2 pam-9109873b94bfe1ead79be79ce751b17d42f4d03e.zip |
Relevant BUGIDs:
Purpose of commit: new testcase
Commit summary:
---------------
2007-10-12 Thorsten Kukuk <kukuk@thkukuk.de>
* xtests/Makefile.am: Add tst-pam_dispatch5 sources
* xtests/tst-pam_dispatch5.c: New test for jump too far.
* xtests/tst-pam_dispatch5.pamd: New test configuration.
Diffstat (limited to 'xtests/tst-pam_dispatch5.pamd')
-rw-r--r-- | xtests/tst-pam_dispatch5.pamd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xtests/tst-pam_dispatch5.pamd b/xtests/tst-pam_dispatch5.pamd new file mode 100644 index 00000000..ea781f77 --- /dev/null +++ b/xtests/tst-pam_dispatch5.pamd @@ -0,0 +1,4 @@ +#%PAM-1.0 +# Jump after the end of the stack +auth [success=2 default=bad] pam_permit.so +auth required pam_deny.so |