summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2013-08-05 13:45:26 +0200
committerMartin Kosek <mkosek@redhat.com>2013-08-05 17:50:31 +0200
commitf954f2d1b92db10113b766759897d66c57e1e3ab (patch)
tree54a371a135674bfd8a9923b8a0e661494dcd7416 /VERSION
parent5d141bd39cb99f2c2e16b61bcc4e06b734bbab04 (diff)
downloadfreeipa-f954f2d1b92db10113b766759897d66c57e1e3ab.tar.gz
freeipa-f954f2d1b92db10113b766759897d66c57e1e3ab.tar.xz
freeipa-f954f2d1b92db10113b766759897d66c57e1e3ab.zip
Limit pwpolicy maxlife to 20000 days
Since krbMaxPwdLife attribute is represented as number of seconds, setting maxlife to high values such as 999 999 days (~2739 years) would result to overflow when parsing this attribute in kdb plugin, and hence default maxlife of 90 days would be applied. Limit the maximum value of maxlife that can be set through the framework to 20 000 days (~ 54 years). https://fedorahosted.org/freeipa/ticket/3817
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index c1f80834d..313d5f96f 100644
--- a/VERSION
+++ b/VERSION
@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=62
+IPA_API_VERSION_MINOR=63