summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-08-19 13:32:01 +0200
committerJan Cholasta <jcholast@redhat.com>2015-08-19 14:47:58 +0200
commit89c9feaf93299c96bb227b3705246193a1de1d82 (patch)
treef08bfd7cd0118383ac20ec424dd3173916111bb1 /VERSION
parent4fe994b11f7e5978c969626dedc593b7357b7fd2 (diff)
downloadfreeipa-89c9feaf93299c96bb227b3705246193a1de1d82.tar.gz
freeipa-89c9feaf93299c96bb227b3705246193a1de1d82.tar.xz
freeipa-89c9feaf93299c96bb227b3705246193a1de1d82.zip
Add flag to list all service and user vaults
The vault-find plugin has two additional arguments to list all service vaults or user vaults. Since the name of a vault is only unique for a particular user or service, the commands also print the vault user or vault service. The virtual attributes were added in rev 01dd951ddc0181b559eb3dd5ff0336c81e245628. Example: $ ipa vault-find --users ---------------- 2 vaults matched ---------------- Vault name: myvault Type: standard Vault user: admin Vault name: UserVault Type: standard Vault user: admin ---------------------------- Number of entries returned 2 ---------------------------- $ ipa vault-find --services ---------------- 2 vaults matched ---------------- Vault name: myvault Type: standard Vault service: HTTP/ipatest.freeipa.local@FREEIPA.LOCAL Vault name: myvault Type: standard Vault service: ldap/ipatest.freeipa.local@FREEIPA.LOCAL ---------------------------- Number of entries returned 2 ---------------------------- https://fedorahosted.org/freeipa/ticket/5150 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 6569eeb70..31a4af4a8 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=150
-# Last change: pvoborni - change type of vault type option to StrEnum
+IPA_API_VERSION_MINOR=151
+# Last change: cheimes - Add flag to list all service and user vaults