[Freeipa-devel] [PATCH] 062-065 Ticket 1466 Validate AAAA records as valid IPv6 prior to sending to server

2012-01-03 Thread Petr Vobornik
This ticket was divided into 4 small almost independent patches. 1) 62-Added-support-of-custom-field-validators 2) 63-Added-validation-logic-to-multivalued-text-field - depends on 1 3) 64-Added-client-side-validation-of-A-and--DNS-recor - depends on 1 4)

Re: [Freeipa-devel] [PATCH] 333 Reload UI when the user changes.

2012-01-03 Thread Petr Vobornik
On 12/21/2011 05:07 PM, Petr Vobornik wrote: On 12/21/2011 02:37 AM, Endi Sukma Dewata wrote: New patch to fix infinite reload problem with test fixtures. ACK Was pushed to master by Endi. -- Petr Vobornik ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 334 Reload UI on server upgrade.

2012-01-03 Thread Petr Vobornik
On 12/21/2011 05:07 PM, Petr Vobornik wrote: On 12/21/2011 03:09 AM, Endi Sukma Dewata wrote: The JSON server has been modified to return the version number in all responses. The UI has been modified to keep the version obtained during env operation and check the version returned in subsequent

Re: [Freeipa-devel] [PATCH] [ipa-2-1] 183 Make sure that install tools log

2012-01-03 Thread Martin Kosek
On Mon, 2012-01-02 at 19:35 +0300, Alexander Bokovoy wrote: On Mon, 02 Jan 2012, Martin Kosek wrote: This is a ipa-2-1 branch fix only. master branch use better and more sophisticated approach to fix logging (ticket 2022). When any log message is emitted before IPA install tools

Re: [Freeipa-devel] [PATCH] [ipa-2-1] 183 Make sure that install tools log

2012-01-03 Thread Alexander Bokovoy
On Tue, 03 Jan 2012, Martin Kosek wrote: This way we'll get all the records recovered and will get around IPACheckedAddress limitations. That's a good idea! This way we won't miss any log before our logging setup. Updated patch attached. Tried it on F16. With 2.1.4-3 there is no

Re: [Freeipa-devel] [PATCH] [ipa-2-1] 183 Make sure that install tools log

2012-01-03 Thread Martin Kosek
On Tue, 2012-01-03 at 13:27 +0300, Alexander Bokovoy wrote: On Tue, 03 Jan 2012, Martin Kosek wrote: This way we'll get all the records recovered and will get around IPACheckedAddress limitations. That's a good idea! This way we won't miss any log before our logging setup.

[Freeipa-devel] [PATCH] 066 Added support for memberof attribute in permission

2012-01-03 Thread Petr Vobornik
The attribute was added to adder dialog and details facet. It uses entity select(group) widget. https://fedorahosted.org/freeipa/ticket/2101 Proper functionality of this patch depends on ticket #2100 - Rob's patch 912. Also fixing one label regression. -- Petr Vobornik From

Re: [Freeipa-devel] Fwd: [PATCH] 912 Display the value of memberOf ACIs in permission plugin.

2012-01-03 Thread Petr Vobornik
On 12/07/2011 12:22 AM, Rob Crittenden wrote: Resending as a [PATCH] I've created UI portion patch (#2101). The show command seems working well, but the mod command is not returning the memberof attribute after execution. It is needed for Web UI (if we want to support modification of

[Freeipa-devel] [PATCH] 184 Add DNS check to conncheck port probe

2012-01-03 Thread Martin Kosek
It is pointless to report failures for all checked ports when the target hostname is not resolvable - user may get easily confused. This patch changes this behavior so that conncheck fails with a proper error and does not even continue to port probing part.

Re: [Freeipa-devel] [PATCH] 0294 remove delegation from browser config

2012-01-03 Thread Rob Crittenden
Adam Young wrote: Hold this patch until all of the S4U2 code is pushed, otherwise it will break the WebUI This will only affect newly installed servers. Should a new jar be generated on upgrades? rob ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 062-065 Ticket 1466 Validate AAAA records as valid IPv6 prior to sending to server

2012-01-03 Thread Endi Sukma Dewata
On 1/3/2012 3:06 AM, Petr Vobornik wrote: 1) 62-Added-support-of-custom-field-validators 2) 63-Added-validation-logic-to-multivalued-text-field - depends on 1 3) 64-Added-client-side-validation-of-A-and--DNS-recor - depends on 1 4) 65-Fixed-IPv6-validation-special-case-single-colon - minor