diff options
| author | Martin Babinsky <mbabinsk@redhat.com> | 2016-06-23 19:14:53 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-07-01 09:37:25 +0200 |
| commit | 750a392fe22aa8ddcb21077e8c24b96d36ecf20c (patch) | |
| tree | 54dd24acf6563c9c714a8333d55b7b36b37672b9 /VERSION | |
| parent | 7e803aa4625869ef6a8e78a09cd99270c4cc77e5 (diff) | |
| download | freeipa-750a392fe22aa8ddcb21077e8c24b96d36ecf20c.tar.gz freeipa-750a392fe22aa8ddcb21077e8c24b96d36ecf20c.tar.xz freeipa-750a392fe22aa8ddcb21077e8c24b96d36ecf20c.zip | |
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>
Diffstat (limited to 'VERSION')
| -rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=205 -# Last change: Add --ca option to cert-revoke and cert-remove-hold +IPA_API_VERSION_MINOR=206 +# Last change: mbabinsk: commands that use positional parameters to manage attributes |
