Re: [Freeipa-devel] [PATCH] 105 Improve error message in ipactl

2011-08-04 Thread Martin Kosek
On Wed, 2011-08-03 at 15:18 -0400, Rob Crittenden wrote: Martin Kosek wrote: If a hostname configured in /etc/ipa/default.conf is changed and is different from the one stored in LDAP in cn=ipa,cn=etc,$SUFFIX ipactl gives an unintelligible error. This patch improves the error message and

[Freeipa-devel] [PATCH] 106 Improve dnszone-add error message

2011-08-04 Thread Martin Kosek
Check that NS address passed in dnszone-add is a domain name and not an IP address. Make this clear also the parameter help. https://fedorahosted.org/freeipa/ticket/1567 From b74f96b9ee1e9d6c60622506ade2d42623b292a7 Mon Sep 17 00:00:00 2001 From: Martin Kosek mko...@redhat.com Date: Thu, 4 Aug

Re: [Freeipa-devel] [PATCH] 002 Fixed adding host without DNS reverse zone

2011-08-04 Thread Petr Vobornik
new version attached On Fri, 2011-07-29 at 12:11 -0500, Endi Sukma Dewata wrote: On 7/29/2011 11:12 AM, Petr Vobornik wrote: There was a small error in add.js:162. Fixed! Nice job on the dialog boxes. There's a problem though, the Retry doesn't quite work. This is because 'this'

Re: [Freeipa-devel] [PATCH] 843 reduce dogtag install time

2011-08-04 Thread Jan Cholasta
On 2.8.2011 13:49, Martin Kosek wrote: On Mon, 2011-08-01 at 15:19 -0400, Rob Crittenden wrote: Ade Lee from the dogtag team looked at our installer and found that we restarted the pki-cad process too many times. Re-arranging some code allows us to restart it just once. The new config time for

Re: [Freeipa-devel] [PATCH] 843 reduce dogtag install time

2011-08-04 Thread Martin Kosek
On Thu, 2011-08-04 at 17:02 +0200, Jan Cholasta wrote: On 2.8.2011 13:49, Martin Kosek wrote: On Mon, 2011-08-01 at 15:19 -0400, Rob Crittenden wrote: Ade Lee from the dogtag team looked at our installer and found that we restarted the pki-cad process too many times. Re-arranging some code

Re: [Freeipa-devel] [PATCH] 843 reduce dogtag install time

2011-08-04 Thread Jan Cholasta
On 4.8.2011 17:24, Martin Kosek wrote: On Thu, 2011-08-04 at 17:02 +0200, Jan Cholasta wrote: On 2.8.2011 13:49, Martin Kosek wrote: On Mon, 2011-08-01 at 15:19 -0400, Rob Crittenden wrote: Ade Lee from the dogtag team looked at our installer and found that we restarted the pki-cad process

Re: [Freeipa-devel] [PATCH] 843 reduce dogtag install time

2011-08-04 Thread Rob Crittenden
Martin Kosek wrote: On Thu, 2011-08-04 at 17:02 +0200, Jan Cholasta wrote: On 2.8.2011 13:49, Martin Kosek wrote: On Mon, 2011-08-01 at 15:19 -0400, Rob Crittenden wrote: Ade Lee from the dogtag team looked at our installer and found that we restarted the pki-cad process too many times.

Re: [Freeipa-devel] [PATCH] 235 Linked entries in HBAC/sudo details page.

2011-08-04 Thread Adam Young
On 08/03/2011 06:34 PM, Endi Sukma Dewata wrote: The association tables in HBAC/sudo details page have been modified to link the entries to the appropriate details page. Ticket #1535 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 002 Fixed adding host without DNS reverse zone

2011-08-04 Thread Endi Sukma Dewata
On 8/4/2011 4:22 AM, Petr Vobornik wrote: new version attached Almost there, just a few more minor issues. Also these changes should be reverted back to maintain the Ajax context: - that.on_error.call(this, xhr, text_status, error_thrown); + that.on_error(xhr, text_status, error_thrown); -

Re: [Freeipa-devel] [PATCH] 34 Create FreeIPA CLI Plugin for the 389 Auto Membership plugin

2011-08-04 Thread JR Aquino
On Aug 3, 2011, at 7:32 AM, Rob Crittenden wrote: JR Aquino wrote: On Aug 2, 2011, at 5:55 AM, Rob Crittendenrcrit...@redhat.com wrote: JR Aquino wrote: I am fairly opposed to removing 'default' attrs which the rules are applied to... I am happy to provide a means to override them.