Skip to content

Commit

Permalink
[irods#7274] Add configuration tests for native auth
Browse files Browse the repository at this point in the history
These tests are based entirely off of the pam_password equivalents
because they should behave in the same way.

Tests for password_extend_lifetime have been written but are skipped
because that configuration is not supported for native authentication.

Tests for password expiration are also being skipped because the
minimum TTL we can specify is 1 hour which is not feasible for
automated testing.
  • Loading branch information
alanking committed Oct 2, 2023
1 parent 3edd22e commit 2997150
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/core_tests_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"test_izonereport",
"test_load_balanced_suite",
"test_misc",
"test_native_authentication.test_configurations",
"test_native_rule_engine_plugin",
"test_negotiation",
"test_pam_password_authentication.test_configurations",
Expand Down
Loading

0 comments on commit 2997150

Please sign in to comment.