summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-04-27 15:46:14 +0200
committerJan Cholasta <jcholast@redhat.com>2016-05-25 16:06:26 +0200
commit4b119e21a2f93ca16c5edf3d1058552b44feeaf8 (patch)
treefd85bf26924e3db32e3a8df47329e962a4ea9e7b /VERSION
parentb09b92831f8b8cda26dcf01a04113ae6547b355c (diff)
downloadfreeipa-4b119e21a2f93ca16c5edf3d1058552b44feeaf8.tar.gz
freeipa-4b119e21a2f93ca16c5edf3d1058552b44feeaf8.tar.xz
freeipa-4b119e21a2f93ca16c5edf3d1058552b44feeaf8.zip
vault: copy arguments of client commands from server counterparts
Copy arguments of vault_{add,mod,archive,retrieve} from vault_{add,mod,archive,retrieve}_internal. Also add missing LDAPCreate arguments to vault_add_internal. This will make it possible to move the commands to ipaclient. 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 d5c54c710..eb7957eb1 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=168
-# Last change: otptoken_yubikey: fix otptoken_add_yubikey arguments
+IPA_API_VERSION_MINOR=169
+# Last change: vault: copy arguments of client commands from server counterparts