Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2012-02-07 Thread Petr Vobornik

On 12/23/2011 04:43 AM, Simo Sorce wrote:

On Thu, 2011-12-22 at 22:36 -0500, Adam Young wrote:

On 12/21/2011 10:18 AM, Simo Sorce wrote:

On Wed, 2011-12-21 at 17:16 +0200, Alexander Bokovoy wrote:

On Wed, 21 Dec 2011, Petr Vobornik wrote:


On 12/20/2011 10:06 PM, Adam Young wrote:

Hold this patch until all of the S4U2 code is pushed, otherwise it will
break the WebUI


assuming it is this ticket: https://fedorahosted.org/freeipa/ticket/2207

1) why is there a services.py file ?

Should be ignored. It is generated file.

Adam can you rebase without the services.py file ?

Simo.


Done.  I added an additional patch that adds the services file to .gitignore


Excellent.

Simo.



Both patches pushed to master and ipa-2-2.

--
Petr Vobornik

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


Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2012-01-03 Thread Rob Crittenden

Adam Young wrote:

Hold this patch until all of the S4U2 code is pushed, otherwise it will
break the WebUI


This will only affect newly installed servers. Should a new jar be 
generated on upgrades?


rob

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


Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2011-12-22 Thread Adam Young

On 12/21/2011 10:18 AM, Simo Sorce wrote:

On Wed, 2011-12-21 at 17:16 +0200, Alexander Bokovoy wrote:

On Wed, 21 Dec 2011, Petr Vobornik wrote:


On 12/20/2011 10:06 PM, Adam Young wrote:

Hold this patch until all of the S4U2 code is pushed, otherwise it will
break the WebUI


assuming it is this ticket: https://fedorahosted.org/freeipa/ticket/2207

1) why is there a services.py file ?

Should be ignored. It is generated file.

Adam can you rebase without the services.py file ?

Simo.


Done.  I added an additional patch that adds the services file to .gitignore
From e8bdf4db350e9b7704e39e736dd5b51bbe528b28 Mon Sep 17 00:00:00 2001
From: Adam Young ayo...@redhat.com
Date: Thu, 22 Dec 2011 22:34:48 -0500
Subject: [PATCH 1/2] Remove delegation from browser config

---
 install/share/preferences.html.template |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/install/share/preferences.html.template b/install/share/preferences.html.template
index b809b9d06fdc856860de6f7a4fd0d490d89e256e..a66576c79c211d76d2af5afbc1a227cce551d9d5 100644
--- a/install/share/preferences.html.template
+++ b/install/share/preferences.html.template
@@ -52,7 +52,6 @@
 
   try {
 prefFuncBool('network.negotiate-auth.using-native-gsslib', true);
-prefFuncChar('network.negotiate-auth.delegation-uris', '.$DOMAIN');
 prefFuncChar('network.negotiate-auth.trusted-uris', '.$DOMAIN');
 prefFuncBool('network.negotiate-auth.allow-proxies', true);
   } catch (e) {
-- 
1.7.7.3

From 3f8e90b056dc1f8a1d000d350c543be2f3d2d0f5 Mon Sep 17 00:00:00 2001
From: Adam Young ayo...@redhat.com
Date: Thu, 22 Dec 2011 22:35:41 -0500
Subject: [PATCH] ignore generated services file.

---
 .gitignore |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 19da265b1f5c75fa260c585b118bee4e9765daeb..14f9e9b6e0459e5ef564947194a90a0657441073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,4 +72,4 @@ freeipa.spec
 ipapython/setup.py
 ipapython/version.py
 version.m4
-
+ipapython/services.py
-- 
1.7.7.3

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

Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2011-12-21 Thread Petr Vobornik

On 12/20/2011 10:06 PM, Adam Young wrote:

Hold this patch until all of the S4U2 code is pushed, otherwise it will
break the WebUI



assuming it is this ticket: https://fedorahosted.org/freeipa/ticket/2207

1) why is there a services.py file ?

--
Petr Vobornik

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


Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2011-12-21 Thread Alexander Bokovoy
On Wed, 21 Dec 2011, Petr Vobornik wrote:

 On 12/20/2011 10:06 PM, Adam Young wrote:
 Hold this patch until all of the S4U2 code is pushed, otherwise it will
 break the WebUI
 
 
 assuming it is this ticket: https://fedorahosted.org/freeipa/ticket/2207
 
 1) why is there a services.py file ?
Should be ignored. It is generated file.

-- 
/ Alexander Bokovoy

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


Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2011-12-21 Thread Simo Sorce
On Wed, 2011-12-21 at 17:16 +0200, Alexander Bokovoy wrote:
 On Wed, 21 Dec 2011, Petr Vobornik wrote:
 
  On 12/20/2011 10:06 PM, Adam Young wrote:
  Hold this patch until all of the S4U2 code is pushed, otherwise it will
  break the WebUI
  
  
  assuming it is this ticket: https://fedorahosted.org/freeipa/ticket/2207
  
  1) why is there a services.py file ?
 Should be ignored. It is generated file.

Adam can you rebase without the services.py file ?

Simo.

-- 
Simo Sorce * Red Hat, Inc * New York

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