0abaf19 Add flag to list all service and user vaults

3 files Authored by cheimes 8 years ago, Committed by jcholast 8 years ago,
    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>
    
        
file modified
+3 -1
file modified
+2 -2
file modified
+33 -15