From 232458a222435c80c28d6179f164673de67e2544 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 8 Jul 2015 06:21:02 +0000 Subject: [PATCH] ipalib: Fix skip_version_check option This reverts commit ea7f392bb98c1f1c4558ec5d6e84ee7a7c613474. The option can be either set in IPA config file or specified as 'ipa -e skip_version_check=1 [COMMAND]'. https://fedorahosted.org/freeipa/ticket/4768 Reviewed-By: Martin Basti --- ipa-client/man/default.conf.5 | 3 +++ ipalib/frontend.py | 7 +++++-- ipalib/plugable.py | 8 +------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ipa-client/man/default.conf.5 b/ipa-client/man/default.conf.5 index e345e9300..75b9f86bc 100644 --- a/ipa-client/man/default.conf.5 +++ b/ipa-client/man/default.conf.5 @@ -166,6 +166,9 @@ Specifies how the expiration of a session is computed. With \fBinactivity_timeou .B server Specifies the IPA Server hostname. .TP +.B skip_version_check +Skip client vs. server API version checking. Can lead to errors/strange behavior when newer clients talk to older servers. Use with caution. +.TP .B startup_timeout