summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-11-15 10:55:33 -0500
committerRob Crittenden <rcritten@redhat.com>2013-02-19 11:52:42 -0500
commite5ab5ebb79785262606821452f04e5c019d40c02 (patch)
treeda38ca03f0e042c15b625f56bc0b76a568853063 /VERSION
parent3dce95b87b93b2e912554f6d4edc29822e34f2c8 (diff)
downloadfreeipa.git-e5ab5ebb79785262606821452f04e5c019d40c02.tar.gz
freeipa.git-e5ab5ebb79785262606821452f04e5c019d40c02.tar.xz
freeipa.git-e5ab5ebb79785262606821452f04e5c019d40c02.zip
Implement the cert-find command for the dogtag CA backend.
Use a new RESTful API provided by dogtag 10+. Construct an XML document representing the search request. The output is limited to whatever dogtag sends us, there is no way to request additional attributes other than to read each certificate individually. dogtag uses a boolean for each search term to indicate that it is used. Presense of the search item is not enough, both need to be set. The search operation is unauthenticated Design page: http://freeipa.org/page/V3/Cert_find https://fedorahosted.org/freeipa/ticket/2528
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 25d9e008..0f9832d8 100644
--- a/VERSION
+++ b/VERSION
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=50
+IPA_API_VERSION_MINOR=51