diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-11-24 16:01:19 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-11-24 16:01:19 +0000 |
commit | e62f525c07e14cda70f9683c7f34bcce45c85db9 (patch) | |
tree | 44d0f5083043eccc4b0c23348bd7add5908ca141 /xtests/tst-pam_time1.pamd | |
parent | 6aac14af273cb2b3dd6008b23e0576306d514e7d (diff) | |
download | pam-e62f525c07e14cda70f9683c7f34bcce45c85db9.tar.gz pam-e62f525c07e14cda70f9683c7f34bcce45c85db9.tar.bz2 pam-e62f525c07e14cda70f9683c7f34bcce45c85db9.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix last commit
Diffstat (limited to 'xtests/tst-pam_time1.pamd')
-rw-r--r-- | xtests/tst-pam_time1.pamd | 4 |
1 files changed, 2 insertions, 2 deletions
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 |