summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Change default redirect status for AuthPAMExpiredRedirect to 303 See Other, ↵Jan Pazdziora2022-01-232-1/+12
| | | | | | | | | | make it configurable. Redirect to reset password typically goes to different system, so repeating for example POST which 307 Temporary Redirect does is not that useful; the 303 See Other will do plain GET. The redirect status can be overriden with an optional second parameter to AuthPAMExpiredRedirect.
* Test the exact redirect status done by AuthPAMExpiredRedirect.Jan Pazdziora2022-01-221-1/+1
|
* Test the expansion of placeholders as well.Jan Pazdziora2022-01-212-2/+2
|
* Add testing of AuthPAMExpiredRedirect, using pam_unix and sp_max in shadow.Jan Pazdziora2022-01-214-0/+37
| | | | The chmod g+r /etc/shadow approach is obviously only for testing.
* Clarify account behaviour with AuthBasicProvider and interaction with ↵Jan Pazdziora2020-07-094-2/+48
| | | | Require pam-account.
* Store password to cache only after passing all PAM checks, including account.Jake Chen2020-07-081-0/+5
|
* Harden the test, show that auth is not enough and that account is run.Jake Chen2020-07-083-8/+17
|
* Allow easy rerunning tests/run.sh multiple times.Jan Pazdziora2020-01-091-0/+2
|
* Signal success in the output, not just with exit status.Jan Pazdziora2020-01-091-0/+2
|
* On Apache 2.4, test AuthBasicProvider socache PAM + AuthnCacheProvideFor PAM.Jan Pazdziora2018-07-173-0/+25
|
* Wait for the HTTP server to start in tests.Jan Pazdziora2018-07-171-0/+8
|
* Test Require pam-account and AuthBasicProvider PAM in CI.Jan Pazdziora2018-07-177-0/+96
|
* Build rpm in Cirrus CI, use the same tests/build.sh for Travis CI.Jan Pazdziora2018-07-164-24/+28
|
* Build rpm in Travis CI.Jan Pazdziora2018-07-152-0/+24