diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-11-24 14:13:04 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-11-24 14:13:04 +0000 |
commit | 6aac14af273cb2b3dd6008b23e0576306d514e7d (patch) | |
tree | af18f2682676cfc5af40e37445df41172d399848 /xtests/tst-pam_time1.pamd | |
parent | b66f2f941f5dd41710b0e3f3251d5d664602911f (diff) | |
download | pam-6aac14af273cb2b3dd6008b23e0576306d514e7d.tar.gz pam-6aac14af273cb2b3dd6008b23e0576306d514e7d.tar.bz2 pam-6aac14af273cb2b3dd6008b23e0576306d514e7d.zip |
Relevant BUGIDs: debian #326407
Purpose of commit: new testcase
Commit summary:
---------------
User entries with "|" don't work as expected.
2008-11-24 Thorsten Kukuk <kukuk@thkukuk.de>
* xtests/Makefile.am: Add pam_time1 tests.
* xtests/tst-pam_time1.c: New test case.
* xtests/tst-pam_time1.pamd: New.
* xtests/time.conf: New.
* xtests/run-xtests.sh: Copy time.conf.
Diffstat (limited to 'xtests/tst-pam_time1.pamd')
-rw-r--r-- | xtests/tst-pam_time1.pamd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xtests/tst-pam_time1.pamd b/xtests/tst-pam_time1.pamd new file mode 100644 index 00000000..cbbd23da --- /dev/null +++ b/xtests/tst-pam_time1.pamd @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth required pam_time.so +account required pam_permit.so +password required pam_permit.so +session required pam_permit.so |