From 9bf29c270d703eeae5c0ccfe6b99cd7d1a8e8c86 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 9 Jan 2014 11:29:39 +0100 Subject: 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 --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') 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 -- cgit