summaryrefslogtreecommitdiffstats
path: root/tests/auth.conf
Commit message (Collapse)AuthorAgeFilesLines
* Change default redirect status for AuthPAMExpiredRedirect to 303 See Other, ↵Jan Pazdziora2022-01-231-0/+10
| | | | | | | | | | 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 expansion of placeholders as well.Jan Pazdziora2022-01-211-1/+1
|
* Add testing of AuthPAMExpiredRedirect, using pam_unix and sp_max in shadow.Jan Pazdziora2022-01-211-0/+19
| | | | The chmod g+r /etc/shadow approach is obviously only for testing.
* Clarify account behaviour with AuthBasicProvider and interaction with ↵Jan Pazdziora2020-07-091-0/+18
| | | | Require pam-account.
* Test Require pam-account and AuthBasicProvider PAM in CI.Jan Pazdziora2018-07-171-0/+19