summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index d984bbc20..7a1e3d2ec 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -116,6 +116,9 @@ DEFAULT_CONFIG = (
('webui_prod', True),
('webui_assets_dir', None),
+ # Maximum time before a session expires forcing credentials to be reacquired.
+ ('session_auth_duration', '1h'),
+
# Debugging:
('verbose', 0),
('debug', False),