summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-08-20 15:34:39 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-08-28 16:45:57 +0200
commit196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb (patch)
tree9a8fcd91ac7147df1fd67b29a1325881f3ae8662 /VERSION
parentfed7e7b23182ef0355cdaf6a712d8cce84382872 (diff)
downloadfreeipa-196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb.tar.gz
freeipa-196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb.tar.xz
freeipa-196c4b5f53c5ae9d6a471ed2da1eea4d78746fcb.zip
Fix tests which fail after ipa-adtrust-install
Some unit tests were failing after ipa-adtrust-install has been run on the IPA server, due to missing attributes ('ipantsecurityidentifier') and objectclasses ('ipantuserattrs' and 'ipantgroupattrs'). This patch detects if ipa-adtrust-install has been run, and adds missing attributes and objectclasses where appropriate. https://fedorahosted.org/freeipa/ticket/3852
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 40dbf8e59..c3c6d5a4c 100644
--- a/VERSION
+++ b/VERSION
@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=64
+IPA_API_VERSION_MINOR=65