summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-22 13:14:50 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-27 16:42:42 +0200
commit61987b66ba8dfcb0c683de64cbda77eb29f9f767 (patch)
treedd13960e53f404bda017541eb2a80760a0692088 /VERSION
parent055dfaf65725bec60e2e85273ec10ce027798fde (diff)
downloadfreeipa-61987b66ba8dfcb0c683de64cbda77eb29f9f767.tar.gz
freeipa-61987b66ba8dfcb0c683de64cbda77eb29f9f767.tar.xz
freeipa-61987b66ba8dfcb0c683de64cbda77eb29f9f767.zip
automember: fix automember to work with thin client
Properly mark `cn` as primary key of `automember` object. This fixes automember crashing on output validation expecting primary key value of None. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index b257272db..cb190eac0 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=199
-# Last change: schema: Add known_fingerprints option to schema command
+IPA_API_VERSION_MINOR=200
+# Last change: automember: TODO