summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-01-09 11:29:39 +0100
committerMartin Kosek <mkosek@redhat.com>2014-07-04 08:17:37 +0200
commit9bf29c270d703eeae5c0ccfe6b99cd7d1a8e8c86 (patch)
tree17ed40189a39a1c26ecdbf35c41de23cf32c27e4 /VERSION
parenta9fe37e0664079ad2da7b0d9b9b7c7e244a25bf9 (diff)
downloadfreeipa-9bf29c270d703eeae5c0ccfe6b99cd7d1a8e8c86.tar.gz
freeipa-9bf29c270d703eeae5c0ccfe6b99cd7d1a8e8c86.tar.xz
freeipa-9bf29c270d703eeae5c0ccfe6b99cd7d1a8e8c86.zip
ipalib: Use DateTime parameter class for OTP token timestamp attributes
For ipatokennotbefore and ipatokennotafter attributes use DateTime parameter class instead of Str, since these are represented as LDAP Generalized Time in LDAP. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index f943a3c26..e37f51de8 100644
--- a/VERSION
+++ b/VERSION
@@ -89,5 +89,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=99
-# Last change: mbasti - add NSEC3PARAM zone attribute
+IPA_API_VERSION_MINOR=100
+# Last change: tbabej - Fix IPA OTP DateTime params