Re: [Freeipa-devel] [PATCH] 28 One Liner: Typo in host_nis_groups has been creating 2 CN's

2011-05-19 Thread Rob Crittenden
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, take the path of least change. The patch has been modified to correct

Re: [Freeipa-devel] [PATCH] 158 JavaScript ordered map.

2011-05-19 Thread Adam Young
On 05/18/2011 10:21 AM, Endi Sukma Dewata wrote: A utility class has been added to store objects which can be accessed both as an ordered list and as a map. This class is used to store various objects including entities, fields, columns, and dialogs. The class needs to be defined in a new file

[Freeipa-devel] [PATCH] 787 Don't load LDAP schema at startup

2011-05-19 Thread Rob Crittenden
Do a lazy retrieval of the LDAP schema rather than at module load. Attempt to retrieve the schema the first time it is needed rather than when Apache is started. A global copy is cached for future requests for performance reasons. The schema will be retrieved once per Apache child process.

Re: [Freeipa-devel] [PATCH] Don't load the LDAP schema during startup

2011-05-19 Thread Rob Crittenden
Jan Zelený wrote: Jan Zelenýjzel...@redhat.com wrote: Jan Zelenyjzel...@redhat.com wrote: Jan Zelenýjzel...@redhat.com wrote: Jan Zelenýjzel...@redhat.com wrote: Rob Crittendenrcrit...@redhat.com wrote: Jan Zelený wrote: Rob Crittendenrcrit...@redhat.com wrote: Jan Zelený wrote:

[Freeipa-devel] Ticket #1107 - firewall troubles

2011-05-19 Thread Martin Kosek
Hello, I am working on ticket #1107 and I am looking for some ideas hot to deal with it. The problem is that when we are installing a replica and have firewall on, the installation may fail or (even worse) hang. There question is how to deal with this situation since we cannot test if the ports

Re: [Freeipa-devel] Ticket #1107 - firewall troubles

2011-05-19 Thread Simo Sorce
On Thu, 2011-05-19 at 21:54 +0200, Martin Kosek wrote: Hello, I am working on ticket #1107 and I am looking for some ideas hot to deal with it. The problem is that when we are installing a replica and have firewall on, the installation may fail or (even worse) hang. There question is how

Re: [Freeipa-devel] [PATCH] 786 Configure Managed Entries on replicas.

2011-05-19 Thread JR Aquino
On May 18, 2011, at 2:52 PM, Rob Crittenden wrote: Rob Crittenden wrote: The Managed Entries plugin configurations weren't being created on replica installs. The templates were there but the cn=config portions were not. This patch adds them as updates. The template portion will be added in

Re: [Freeipa-devel] Ticket #1107 - firewall troubles

2011-05-19 Thread Dmitri Pal
On 05/19/2011 04:41 PM, Simo Sorce wrote: On Thu, 2011-05-19 at 21:54 +0200, Martin Kosek wrote: Hello, I am working on ticket #1107 and I am looking for some ideas hot to deal with it. The problem is that when we are installing a replica and have firewall on, the installation may fail or