summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-07-08 06:21:02 +0000
committerJan Cholasta <jcholast@redhat.com>2015-07-08 12:36:19 +0000
commit232458a222435c80c28d6179f164673de67e2544 (patch)
tree53098e7d7ebb451c8b24e63a31892a49b1500d27 /ipa-client
parentbf6df3df9b388753a52a0040d9c15b1eabce41ca (diff)
downloadfreeipa-232458a222435c80c28d6179f164673de67e2544.tar.gz
freeipa-232458a222435c80c28d6179f164673de67e2544.tar.xz
freeipa-232458a222435c80c28d6179f164673de67e2544.zip
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 <mbasti@redhat.com>
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/man/default.conf.53
1 files changed, 3 insertions, 0 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 <hostname>
Specifies the IPA Server hostname.
.TP
+.B skip_version_check <boolean>
+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 <time in seconds>
Controls the amount of time waited when starting a service. The default value is 120 seconds.
.TP