Re: [Freeipa-devel] [PATCH] 0033 Fail when adding a trust with a different range

2013-06-13 Thread Ana Krivokapic
On 06/12/2013 12:14 PM, Martin Kosek wrote: > On 06/12/2013 11:40 AM, Tomas Babej wrote: >> On 06/12/2013 10:23 AM, Alexander Bokovoy wrote: >>> On Mon, 10 Jun 2013, Ana Krivokapic wrote: > And once here(added by your patch): > > +if not self.validate_range(*keys, **options): >>

[Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Petr Vobornik
Rule tables with external member has more than one column and therefore exclude parameter for adder dialog is not array of strings but array of objects. normalize_values function can't work with it and causes JS error. This patch creates proper exclude array before passing it to adder dialog.

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Ana Krivokapic
On 06/13/2013 12:30 PM, Petr Vobornik wrote: > Rule tables with external member has more than one column and therefore > exclude parameter for adder dialog is not array of strings but array of > objects. normalize_values function can't work with it and causes JS error. > > This patch creates proper

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Petr Vobornik
On 06/13/2013 02:46 PM, Ana Krivokapic wrote: On 06/13/2013 12:30 PM, Petr Vobornik wrote: Rule tables with external member has more than one column and therefore exclude parameter for adder dialog is not array of strings but array of objects. normalize_values function can't work with it and cau

[Freeipa-devel] [PATCH] 410-411 Drop selinux subpackage

2013-06-13 Thread Martin Kosek
All SELinux policy needed by FreeIPA server is now part of the global system SELinux policy which makes the subpackage redundant and slowing down the installation. This patch drops it. Second patch removes /var/cache/ipa/sessions which was redundant. Martin From 2951375fd1ad9e56290e8f4b0a7b486980

[Freeipa-devel] [PATCH] 0036 Fix displaying of success message

2013-06-13 Thread Ana Krivokapic
Hello, Make sure that the success message in web UI is properly populated with actual number of items that were successfully added/removed. https://fedorahosted.org/freeipa/ticket/3708 -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc. From be36b4f1794934ae468f56

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Ana Krivokapic
On 06/13/2013 03:24 PM, Petr Vobornik wrote: > On 06/13/2013 02:46 PM, Ana Krivokapic wrote: >> On 06/13/2013 12:30 PM, Petr Vobornik wrote: >>> Rule tables with external member has more than one column and >>> therefore exclude parameter for adder dialog is not array of strings >>> but array of ob

Re: [Freeipa-devel] [PATCH] 0036 Fix displaying of success message

2013-06-13 Thread Petr Vobornik
On 06/13/2013 04:16 PM, Ana Krivokapic wrote: Hello, Make sure that the success message in web UI is properly populated with actual number of items that were successfully added/removed. https://fedorahosted.org/freeipa/ticket/3708 The changes look good. But I've found an existing issue in th

Re: [Freeipa-devel] [PATCH] 0036 Fix displaying of success message

2013-06-13 Thread Ana Krivokapic
On 06/13/2013 05:18 PM, Petr Vobornik wrote: > On 06/13/2013 04:16 PM, Ana Krivokapic wrote: >> Hello, >> >> Make sure that the success message in web UI is properly populated with >> actual >> number of items that were successfully added/removed. >> >> https://fedorahosted.org/freeipa/ticket/3708

Re: [Freeipa-devel] [PATCH] 0036 Fix displaying of success message

2013-06-13 Thread Petr Vobornik
On 06/13/2013 05:33 PM, Ana Krivokapic wrote: On 06/13/2013 05:18 PM, Petr Vobornik wrote: On 06/13/2013 04:16 PM, Ana Krivokapic wrote: Hello, Make sure that the success message in web UI is properly populated with actual number of items that were successfully added/removed. https://fedoraho

Re: [Freeipa-devel] [PATCH] 420 Regression fix: rule table with ext. member support doesn't offer any items

2013-06-13 Thread Petr Vobornik
On 06/13/2013 05:13 PM, Ana Krivokapic wrote: On 06/13/2013 03:24 PM, Petr Vobornik wrote: On 06/13/2013 02:46 PM, Ana Krivokapic wrote: On 06/13/2013 12:30 PM, Petr Vobornik wrote: Rule tables with external member has more than one column and therefore exclude parameter for adder dialog is no