From 462beacc9d13968128fa320d155016df2d72a20a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 15 Nov 2012 10:55:33 -0500 Subject: 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 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 60431df5b..27fbc08d1 100644 --- a/VERSION +++ b/VERSION @@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=50 +IPA_API_VERSION_MINOR=51 -- cgit