Re: [Freeipa-devel] [PATCH] 18 Parse netmasks in IP addresses passed to server install

2011-05-23 Thread Jan Cholasta
On 22.5.2011 18:28, Jakub Hrozek wrote: On 05/20/2011 08:27 PM, Jan Cholasta wrote: TODO: Clean unreachable code paths off of ipa-server-install (?) In general I agree even though I don't know exactly what code you have in mind -- if the code is dead there's no reason to keep it. I've

[Freeipa-devel] [PATCH] 068 Connection check program for replica installation

2011-05-23 Thread Martin Kosek
This is a first version of connection checking program for replica installation. See patch for program purpose description. Currently, there is no man pages for the program. Note to Simo and Rob: I use password for logging as admin. Btw would it be safe to have an admin keytab in the replica

[Freeipa-devel] [PATCH] 0228-create-entities-on-demand

2011-05-23 Thread Adam Young
Patch 227 is the automount patch that I still am not ready to submit. This patch stands alone. From 248323e1ce81b67598067baebc1918c3a15f20e7 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Mon, 23 May 2011 10:39:09 -0400 Subject: [PATCH] create entities on demand. ---

Re: [Freeipa-devel] [PATCH] 0228-create-entities-on-demand

2011-05-23 Thread Endi Sukma Dewata
On 5/23/2011 9:42 AM, Adam Young wrote: Patch 227 is the automount patch that I still am not ready to submit. This patch stands alone. A few issues in IPA.get_entity(): 1. It executes that.entities.get() twice. The result of the first invocation can be stored in a variable and reused

Re: [Freeipa-devel] [PATCH] 0228-create-entities-on-demand

2011-05-23 Thread Adam Young
On 05/23/2011 12:06 PM, Endi Sukma Dewata wrote: On 5/23/2011 9:42 AM, Adam Young wrote: Patch 227 is the automount patch that I still am not ready to submit. This patch stands alone. A few issues in IPA.get_entity(): 1. It executes that.entities.get() twice. The result of the first

Re: [Freeipa-devel] [PATCH] 0228-create-entities-on-demand

2011-05-23 Thread Adam Young
On 05/23/2011 12:38 PM, Adam Young wrote: On 05/23/2011 12:06 PM, Endi Sukma Dewata wrote: On 5/23/2011 9:42 AM, Adam Young wrote: Patch 227 is the automount patch that I still am not ready to submit. This patch stands alone. A few issues in IPA.get_entity(): 1. It executes

Re: [Freeipa-devel] [PATCH] 0228-create-entities-on-demand

2011-05-23 Thread Adam Young
On 05/23/2011 01:31 PM, Adam Young wrote: On 05/23/2011 01:13 PM, Adam Young wrote: On 05/23/2011 12:38 PM, Adam Young wrote: On 05/23/2011 12:06 PM, Endi Sukma Dewata wrote: On 5/23/2011 9:42 AM, Adam Young wrote: Patch 227 is the automount patch that I still am not ready to submit. This

[Freeipa-devel] [PATCH] 788 remove automountinformation from automount dns

2011-05-23 Thread Rob Crittenden
In an attempt to support multiple direct maps we always included the automountinformation in the key dn. This makes showing keys impossible a bit of a catch-22. You want to get the mount info but to get it you need the mount info. This patch drops requiring automountinfo but if provided it'll

[Freeipa-devel] [PATCH] 162 Fixed details tests.

2011-05-23 Thread Endi Sukma Dewata
Pushed under one-liner rule. -- Endi S. Dewata From 57e9da2a638a7b9ea7fd6396da681085388afb71 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Mon, 23 May 2011 14:48:31 -0500 Subject: [PATCH] Fixed details tests. --- install/ui/test/details_tests.js |2 +- 1 files

[Freeipa-devel] [PATCH] 163 Fixed adder dialog title.

2011-05-23 Thread Endi Sukma Dewata
The IPA.entity_builder has been fixed to use the correct title for the entity's adder dialog. Ticket #1239 -- Endi S. Dewata From b28c0b343175981f259d24b71efa1a8d62669797 Mon Sep 17 00:00:00 2001 From: Endi S. Dewata edew...@redhat.com Date: Fri, 20 May 2011 23:29:38 -0500 Subject: [PATCH]

[Freeipa-devel] [PATCH] 164 Fixed Add and Edit without primary key.

2011-05-23 Thread Endi Sukma Dewata
The IPA.add_dialog has been modified such that if the user clicks the Add and Edit button it will read the primary key returned by the add operation and use it to open the details page. Ticket #1108 -- Endi S. Dewata From f426b0502f27a2d149a1e2d51ec887aefaffd6bf Mon Sep 17 00:00:00 2001 From:

Re: [Freeipa-devel] [PATCH] 28 Move Managed Entries into their own container

2011-05-23 Thread Rob Crittenden
JR Aquino wrote: On May 19, 2011, at 6:16 AM, Rob Crittenden wrote: JR Aquino wrote: On May 18, 2011, at 2:52 PM, Rob Crittenden wrote: JR Aquino wrote: On May 18, 2011, at 12:46 PM, JR Aquino wrote: This effects Ticket 1222 and Rob's patch 786 Per IRC Conversation with Simo and Rob,

Re: [Freeipa-devel] [PATCH] 28 Move Managed Entries into their own container

2011-05-23 Thread JR Aquino
On May 23, 2011, at 2:42 PM, Rob Crittenden rcrit...@redhat.com wrote: JR Aquino wrote: On May 19, 2011, at 6:16 AM, Rob Crittenden wrote: JR Aquino wrote: On May 18, 2011, at 2:52 PM, Rob Crittenden wrote: JR Aquino wrote: On May 18, 2011, at 12:46 PM, JR Aquino wrote: This effects