summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-10-17 12:05:34 -0400
committerJan Cholasta <jcholast@redhat.com>2015-07-08 06:30:23 +0000
commitbf6df3df9b388753a52a0040d9c15b1eabce41ca (patch)
tree9fa7083c38dc5b0a80ffda26cbb36c7463a18163 /VERSION
parent5017726ebaf6eea3dedb1325efe00c0d6c4b6187 (diff)
downloadfreeipa-bf6df3df9b388753a52a0040d9c15b1eabce41ca.tar.gz
freeipa-bf6df3df9b388753a52a0040d9c15b1eabce41ca.tar.xz
freeipa-bf6df3df9b388753a52a0040d9c15b1eabce41ca.zip
Added vault access control.
New LDAP ACIs have been added to allow vault owners to manage the vaults and to allow members to access the vaults. New CLIs have been added to manage the owner and member list. The LDAP schema has been updated as well. https://fedorahosted.org/freeipa/ticket/3872 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 16bd11798..38af6ec59 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=144
-# Last change: ab - trusts: add support for one-way trust and switch to it by default
+IPA_API_VERSION_MINOR=145
+# Last change: edewata - added vault access control