]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Mon, 24 Nov 2008 16:01:19 +0000 (16:01 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Mon, 24 Nov 2008 16:01:19 +0000 (16:01 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

Fix last commit

xtests/tst-pam_time1.c
xtests/tst-pam_time1.pamd

index 5161644e33296240d5bfcf42cbfe274ef57cec7c..9fc0669ee8f68d4347bbacfebb849397f38c4a94 100644 (file)
@@ -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);
index cbbd23dab64969ebd91ab614f2c5400b48bf5dc2..c4cd6c748a4ad1da471da65f3030251532363c8d 100644 (file)
@@ -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