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.c | 8 ++++---- xtests/tst-pam_time1.pamd | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'xtests') diff --git a/xtests/tst-pam_time1.c b/xtests/tst-pam_time1.c index 5161644e..9fc0669e 100644 --- a/xtests/tst-pam_time1.c +++ b/xtests/tst-pam_time1.c @@ -59,10 +59,10 @@ struct test_t { static struct test_t tests[] = { {"xy", 0}, {"yx", 0}, - {"me", 7}, - {"you", 7}, - {"x", 7}, - {"y", 7}, + {"you",6}, + {"me", 6}, + {"x", 6}, + {"y", 6}, }; static int num_tests = sizeof (tests) / sizeof (struct test_t); 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