[chttpd_auth_lockout] max_lifetime = -1 always makes the Elixir integration tests fail #5520
-
|
I am trying to run Elixir integration tests by setting My question -
Steps:
When I run The dev/logs/node1.log file contains - The documentation of [chttpd_auth_lockout] max_lifetime says the following -
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi, The reason for the failure is explicit in the error message: So the value Have you tried any other values? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, as Jay correctly outlined, What do you want to achieve with a setting of |
Beta Was this translation helpful? Give feedback.
Hi,
as Jay correctly outlined,
max_lifetimeneeds to be a non-negative integer value or undefined!What do you want to achieve with a setting of
-1?