Re: [Freeipa-devel] [PATCH] 259 Fixed problem adding hostgroup into netgroup.

2011-08-31 Thread Petr Vobornik
On 08/30/2011 09:06 PM, Endi Sukma Dewata wrote: The memberof_netgroup association facet for hostgroup has been explicitly defined to use the serial associator so it will invoke the right methods. Ticket #1737 ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 863 netgroups memberof

2011-08-31 Thread Martin Kosek
On Tue, 2011-08-30 at 23:50 -0400, Rob Crittenden wrote: This was spawned by another recent patch I pushed that showed netgroups that a hostgroup is a member of. We want to suppress the automatic netgroup that is created with hostgroups. rob NACK. I see several issues with the patch: 1)

Re: [Freeipa-devel] [PATCH] 862 sort lists in tests

2011-08-31 Thread Martin Kosek
On Tue, 2011-08-30 at 23:50 -0400, Rob Crittenden wrote: JR ran into an issue with his automember patch where the order of memberof wasn't predictable which caused tests to fail. To resolve this we just need to sort the lists and then compare. rob ACK. Pushed to master, ipa-2-1. Martin

Re: [Freeipa-devel] [PATCH] 260 Fixed problem with combobox.

2011-08-31 Thread Petr Vobornik
On 08/31/2011 07:30 AM, Endi Sukma Dewata wrote: The entity select widget has been modified to handle timing issue in both dialog box and details page. Ticket #1736 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[Freeipa-devel] bind-dyndb-ldap 1.0.0b1 has been released

2011-08-31 Thread Adam Tkac
Hello, bind-dyndb-ldap 1.0.0b1 has been released. The most notable change is new psearch (yes/no) option. When set to yes then the plugin is able to immediately propagate addition/modification/deletion of zones, without need of the `rndc reload` command. Tarball:

Re: [Freeipa-devel] [PATCH] 863 netgroups memberof

2011-08-31 Thread Rob Crittenden
Martin Kosek wrote: On Tue, 2011-08-30 at 23:50 -0400, Rob Crittenden wrote: This was spawned by another recent patch I pushed that showed netgroups that a hostgroup is a member of. We want to suppress the automatic netgroup that is created with hostgroups. rob NACK. I see several issues

[Freeipa-devel] [PATCH] 011 Attributes table not scrollable

2011-08-31 Thread Petr Vobornik
https://fedorahosted.org/freeipa/ticket/1739 The attributes table (IPA.attributes_widget) used in Permissions, Self-Service Permissions, and Delegations is supposed to be short but scrollable. In Firefox 3.6 it works fine, but in Firefox 6.0 it appears as a long non-scrollable table which

Re: [Freeipa-devel] [PATCH] 111 Let Bind track data changes

2011-08-31 Thread Martin Kosek
On Wed, 2011-08-31 at 14:47 +0200, Martin Kosek wrote: On Mon, 2011-08-15 at 14:20 +0200, Martin Kosek wrote: A new version of bind-dyndb-ldap has been released. Thanks to the new persistent search feature, the name server can immediately pull new DNS zones when they are created in IPA.

Re: [Freeipa-devel] [PATCH] 111 Let Bind track data changes

2011-08-31 Thread Rob Crittenden
Martin Kosek wrote: On Mon, 2011-08-15 at 14:20 +0200, Martin Kosek wrote: A new version of bind-dyndb-ldap has been released. Thanks to the new persistent search feature, the name server can immediately pull new DNS zones when they are created in IPA. Since the bind-dyndb-ldap plugin has not

Re: [Freeipa-devel] [PATCH] 111 Let Bind track data changes

2011-08-31 Thread Martin Kosek
On Wed, 2011-08-31 at 10:40 -0400, Rob Crittenden wrote: Martin Kosek wrote: On Mon, 2011-08-15 at 14:20 +0200, Martin Kosek wrote: A new version of bind-dyndb-ldap has been released. Thanks to the new persistent search feature, the name server can immediately pull new DNS zones when they

Re: [Freeipa-devel] bind-dyndb-ldap 1.0.0b1 has been released

2011-08-31 Thread Simo Sorce
On Wed, 2011-08-31 at 14:13 +0200, Adam Tkac wrote: Hello, bind-dyndb-ldap 1.0.0b1 has been released. The most notable change is new psearch (yes/no) option. When set to yes then the plugin is able to immediately propagate addition/modification/deletion of zones, without need of the `rndc

Re: [Freeipa-devel] [PATCH] 259 Fixed problem adding hostgroup into netgroup.

2011-08-31 Thread Endi Sukma Dewata
On 8/31/2011 3:46 AM, Petr Vobornik wrote: On 08/30/2011 09:06 PM, Endi Sukma Dewata wrote: The memberof_netgroup association facet for hostgroup has been explicitly defined to use the serial associator so it will invoke the right methods. Ticket #1737 ACK Pushed to master and ipa-2-1. I

Re: [Freeipa-devel] [PATCH] 260 Fixed problem with combobox.

2011-08-31 Thread Endi Sukma Dewata
On 8/31/2011 6:36 AM, Petr Vobornik wrote: On 08/31/2011 07:30 AM, Endi Sukma Dewata wrote: The entity select widget has been modified to handle timing issue in both dialog box and details page. Ticket #1736 ACK Pushed to master and ipa-2-1. -- Endi S. Dewata

[Freeipa-devel] [PATCH] 865 update minimum 389-ds-base version

2011-08-31 Thread Rob Crittenden
Bump up minimum version of 389-ds to pick up fix to allow it to start with an expired cert Pushed under the 1-liner rule. rob From f59e8145fa0ee131aafa1ce58e4ac729240e3418 Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Tue, 30 Aug 2011 20:42:29 -0400 Subject: [PATCH]

[Freeipa-devel] [PATCH] #1743 Fix ipa-replica-prepare

2011-08-31 Thread Simo Sorce
We stopped using lpaddwd and kpasswd.keytab when we moved from ipa_kpasswd to kadmind. Unfortunately I forgot to remove their use in all places and didn't notice issues during testing because I used a dirty virtual machine that had a ldappwd file in place. These patches get rid of these vestiges

Re: [Freeipa-devel] [PATCH] #1743 Fix ipa-replica-prepare

2011-08-31 Thread Rob Crittenden
Simo Sorce wrote: We stopped using lpaddwd and kpasswd.keytab when we moved from ipa_kpasswd to kadmind. Unfortunately I forgot to remove their use in all places and didn't notice issues during testing because I used a dirty virtual machine that had a ldappwd file in place. These patches get

[Freeipa-devel] [PATCH] Double check kinit return

2011-08-31 Thread Simo Sorce
At least once I had kinit fail to get a proper ticket and yet not return an error. I honestly was not able to reproduce, but add a double check to make sure we actually got a usable ticket so that ssh does no prompt again for the admin user password. Fixes:

Re: [Freeipa-devel] [PATCH] #1743 Fix ipa-replica-prepare

2011-08-31 Thread Simo Sorce
On Wed, 2011-08-31 at 14:25 -0400, Rob Crittenden wrote: Simo Sorce wrote: We stopped using lpaddwd and kpasswd.keytab when we moved from ipa_kpasswd to kadmind. Unfortunately I forgot to remove their use in all places and didn't notice issues during testing because I used a dirty

[Freeipa-devel] [PATCH] 261 Fixed hard-coded UI message in entity.js.

2011-08-31 Thread Endi Sukma Dewata
The hard-coded label in IPA.facet has been moved into internal.py to allow translation. Ticket #1701 -- Endi S. Dewata freeipa-edewata-0261-Fixed-hard-coded-UI-message-in-entity.js.patch Description: application/mbox ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH] 262 Fixed missing permission filter field.

2011-08-31 Thread Endi Sukma Dewata
Due to a recent change, all dialog boxes are now reset initially. The IPA.target_section has been modified to show the default target (i.e. filter) and the fields properly when reset. Ticket #1748 -- Endi S. Dewata freeipa-edewata-0262-Fixed-missing-permission-filter-field.patch Description: