summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index fac937b5d..1509151ba 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -188,6 +188,10 @@ DEFAULT_CONFIG = (
# Used when verifying that the API hasn't changed. Not for production.
('validate_api', False),
+ # Skip client vs. server API version checking. Can lead to errors/strange
+ # behavior when newer clients talk to older servers. Use with caution.
+ ('skip_version_check', False),
+
# ********************************************************
# The remaining keys are never set from the values here!
# ********************************************************