summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-11-24 15:39:08 -0500
committerMartin Basti <mbasti@redhat.com>2016-03-08 18:48:40 +0100
commit3e45c9be0aefb03751665a951f426ac59c50a551 (patch)
treeff888d8ab2f80c65b0cb2325c3ba4d5118440609 /VERSION
parentde63e16922c4f9926752016a2105bee4b974ba32 (diff)
downloadfreeipa-3e45c9be0aefb03751665a951f426ac59c50a551.tar.gz
freeipa-3e45c9be0aefb03751665a951f426ac59c50a551.tar.xz
freeipa-3e45c9be0aefb03751665a951f426ac59c50a551.zip
Allow admins to disable preauth for SPNs.
Some legacy softare is not able to properly cope with preauthentication, allow the admins to disable the requirement to use preauthentication for all Service Principal Names if they so desire. IPA Users are excluded, for users, which use password of lessere entrpy, preauthentication is always required by default. This setting does NOT override explicit policies set on service principals or in the global policy, it only affects the default. Signed-off-by: Simo Sorce <simo@redhat.com> Ticket: https://fedorahosted.org/freeipa/ticket/3860 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 7053bea9d..825aace1b 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=163
-# Last change: jcholast - replica install: add remote connection check over API
+IPA_API_VERSION_MINOR=164
+# Last change: simo - add optional string to disable preauth for SPNs