The xmlrpc test test_user_plugin started failing since 2020-12-08. This is happening because the test is hardcoding an expiration date to 2020-12-07 19:54:13, and user login now fails because we are past this date.
See the code for test_user_plugin.py:
principal_expiration_string = "2020-12-07T19:54:13Z" principal_expiration_date = datetime.datetime(2020, 12, 7, 19, 54, 13)
Metadata Update from @frenaud: - Issue assigned to frenaud
Ah, another time bomb found.
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5330
master:
ipa-4-9:
ipa-4-8:
ipa-4-6:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Login to comment on this ticket.