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 4242fe685..8451c9957 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -194,6 +194,9 @@ DEFAULT_CONFIG = (
# behavior when newer clients talk to older servers. Use with caution.
('skip_version_check', False),
+ # Ignore TTL. Perform schema call and download schema if not in cache.
+ ('force_schema_check', False),
+
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************