diff options
author | Jan Cholasta <jcholast@redhat.com> | 2016-06-14 06:29:18 +0200 |
---|---|---|
committer | Jan Cholasta <jcholast@redhat.com> | 2016-06-21 09:45:20 +0200 |
commit | d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1 (patch) | |
tree | eab47f31cd405f88fa8f1b753f622b0d09707c3e /VERSION | |
parent | b484667d15932cd4a7e03a3a2c1135e7500eee4b (diff) | |
download | freeipa-d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1.tar.gz freeipa-d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1.tar.xz freeipa-d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1.zip |
cert: add object plugin
Implement cert as an object with methods rather than a bunch of loosely
related commands.
https://fedorahosted.org/freeipa/ticket/5381
Reviewed-By: David Kupka <dkupka@redhat.com>
Reviewed-By: Pavel Vomacka <pvomacka@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=193 -# Last change: schema: remove `no_cli` from command schema +IPA_API_VERSION_MINOR=194 +# Last change: cert: add object plugin |