From a636842889f832e977df61dbeac4e1055e129c0f Mon Sep 17 00:00:00 2001 From: David Kupka Date: Tue, 21 Jun 2016 14:42:04 +0200 Subject: schema: Caching on schema on client Store schema in per user cache. Together with schemas also information about mapping between server and fingerprint is stored to reduce traffic. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: Jan Cholasta --- ipalib/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipalib/constants.py') 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! # ******************************************************** -- cgit