Re: [Freeipa-devel] [PATCH] 403 Update pki proxy configuration

2013-05-06 Thread Martin Kosek
On 05/06/2013 01:05 PM, Petr Viktorin wrote:
> On 05/06/2013 10:13 AM, Martin Kosek wrote:
>> Replicas with Dogtag pki-ca 10.0.2 CA require access to additional
>> Dogtag REST API calls. Update pki proxy configuration to allow that.
>>
>> https://fedorahosted.org/freeipa/ticket/3601
>>
> 
> With this, Rob's patch 1100 and the latest Dogtag (10.0.2-4), the CA replica
> installs and works, both with a new and upgraded server.
> 
> ACK
> 

Thanks. Pushed to master, ipa-3-1.

Martin

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 403 Update pki proxy configuration

2013-05-06 Thread Petr Viktorin

On 05/06/2013 10:13 AM, Martin Kosek wrote:

Replicas with Dogtag pki-ca 10.0.2 CA require access to additional
Dogtag REST API calls. Update pki proxy configuration to allow that.

https://fedorahosted.org/freeipa/ticket/3601



With this, Rob's patch 1100 and the latest Dogtag (10.0.2-4), the CA 
replica installs and works, both with a new and upgraded server.


ACK

--
PetrĀ³

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 403 Update pki proxy configuration

2013-05-06 Thread Martin Kosek
Replicas with Dogtag pki-ca 10.0.2 CA require access to additional
Dogtag REST API calls. Update pki proxy configuration to allow that.

https://fedorahosted.org/freeipa/ticket/3601
From 5c88f2b9d385b80bd6b5b49c15c29592e1b2372c Mon Sep 17 00:00:00 2001
From: Martin Kosek 
Date: Mon, 6 May 2013 09:22:27 +0200
Subject: [PATCH] Update pki proxy configuration

Replicas with Dogtag pki-ca 10.0.2 CA require access to additional
Dogtag REST API calls. Update pki proxy configuration to allow that.

https://fedorahosted.org/freeipa/ticket/3601
---
 install/conf/ipa-pki-proxy.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/conf/ipa-pki-proxy.conf b/install/conf/ipa-pki-proxy.conf
index 8c4f3a9b68f2f16036310bb28661159e7acb06d0..6f0463242b75a58cf63a38e62c23fa372aeacf64 100644
--- a/install/conf/ipa-pki-proxy.conf
+++ b/install/conf/ipa-pki-proxy.conf
@@ -1,4 +1,4 @@
-# VERSION 2 - DO NOT REMOVE THIS LINE
+# VERSION 3 - DO NOT REMOVE THIS LINE
 
 ProxyRequests Off
 
@@ -11,7 +11,7 @@ ProxyRequests Off
 
 
 # matches for admin port and installer
-
+
 NSSOptions +StdEnvVars +ExportCertData +StrictRequire +OptRenegotiate
 NSSVerifyClient none
 ProxyPassMatch ajp://localhost:$DOGTAG_PORT
-- 
1.8.1.4

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel