750a392 Allow for commands that use positional parameters to add/remove attributes

7 files Authored by mbabinsk 7 years ago, Committed by mbasti 7 years ago,
    Allow for commands that use positional parameters to add/remove attributes
    
    Commands that modify a single multivalued attribute of an entry should use
    positional parameters to specify both the primary key and the values to
    add/remove. Named options are redundant in this case.
    
    The `--certificate option` of `*-add/remove-cert` commands was turned
    mandatory to avoid EmptyModlist when it is omitted.
    
    https://fedorahosted.org/freeipa/ticket/3961
    https://fedorahosted.org/freeipa/ticket/5413
    
    Reviewed-By: David Kupka <dkupka@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+8 -8
file modified
+2 -2
file modified
+58 -16
file modified
+5 -3
file modified
+8 -5
file modified
+5 -3
file modified
+4 -4