From 6aac14af273cb2b3dd6008b23e0576306d514e7d Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 24 Nov 2008 14:13:04 +0000 Subject: Relevant BUGIDs: debian #326407 Purpose of commit: new testcase Commit summary: --------------- User entries with "|" don't work as expected. 2008-11-24 Thorsten Kukuk * 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. --- xtests/tst-pam_time1.pamd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xtests/tst-pam_time1.pamd (limited to 'xtests/tst-pam_time1.pamd') 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 -- cgit v1.2.3 From e62f525c07e14cda70f9683c7f34bcce45c85db9 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 24 Nov 2008 16:01:19 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- Fix last commit --- xtests/tst-pam_time1.pamd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xtests/tst-pam_time1.pamd') diff --git a/xtests/tst-pam_time1.pamd b/xtests/tst-pam_time1.pamd index cbbd23da..c4cd6c74 100644 --- a/xtests/tst-pam_time1.pamd +++ b/xtests/tst-pam_time1.pamd @@ -1,5 +1,5 @@ #%PAM-1.0 -auth required pam_time.so -account required pam_permit.so +auth required pam_permit.so +account required pam_time.so password required pam_permit.so session required pam_permit.so -- cgit v1.2.3