Re: [Freeipa-devel] [PATCH] 185-188 Let replicas install without DNS

2012-01-06 Thread Martin Kosek
On Thu, 2012-01-05 at 16:36 -0500, Rob Crittenden wrote: > Martin Kosek wrote: > > Patches 185-186 are needed to make ipa-replica-install run without > > crashes. > > > > How to test: > > > > on server: > > 1) install the server (ipa.example.com is not resolvable) > > # ipa-server-install -p kokos1

Re: [Freeipa-devel] [PATCH] 918, 919 update sudo schema

2012-01-06 Thread Jan Cholasta
Dne 14.12.2011 16:21, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 14.12.2011 15:23, Rob Crittenden napsal(a): Jan Cholasta wrote: Dne 14.12.2011 05:20, Rob Crittenden napsal(a): The sudo schema now defines sudoOrder, sudoNotBefore and sudoNotAfter but these weren't available in the sudo

[Freeipa-devel] [PATCH] 189 Fix selfservice-find crashes

2012-01-06 Thread Martin Kosek
Ignore empty options when performing an ACI search so that the find command does not crash. https://fedorahosted.org/freeipa/ticket/2011 https://fedorahosted.org/freeipa/ticket/2012 >From 5cf61984f4209adc4eff49f4da6ec4a0173e00bd Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 6 Jan 2012 12

[Freeipa-devel] [PATCH] 190 Restore ACI when aci_mod fails

2012-01-06 Thread Martin Kosek
aci_mod command is composed of 2 ACI commands: aci_del which deletes the old ACI and aci_add which adds the new modified ACI. However, if aci_add command fails then both new and the old ACI are lost. Old ACI must be restored in this case. https://fedorahosted.org/freeipa/ticket/2013 https://fedora

Re: [Freeipa-devel] [PATCH] 336 Added policies into user details page.

2012-01-06 Thread Petr Vobornik
On 01/06/2012 06:14 AM, Endi Sukma Dewata wrote: The user details page has been modified to show the password policy and Kerberos ticket policy that apply to the user. The policy are displayed as read-only since they may affect other users. Changing a policy should be done in the respective polic

Re: [Freeipa-devel] [PATCH] 335 Added account status into user search facet.

2012-01-06 Thread Petr Vobornik
On 01/06/2012 06:14 AM, Endi Sukma Dewata wrote: On 1/5/2012 10:21 AM, Endi Sukma Dewata wrote: The user search facet has been modified to show the account status. The IPA.boolean_format has been converted into a class to allow behavior customization. Ticket #1996 Fixed jslint warning. ACK

[Freeipa-devel] [PATCH] 921 fix existing replication agreements

2012-01-06 Thread Rob Crittenden
A bug when creating replication agreements has caused memberOf to be dropped from the exclusion list. This patch adds a tool that will find and fix the agreements. It will be run when the package is installed so end-users should never need to do anything, but it is harmless if run multiple time

Re: [Freeipa-devel] [PATCH] 335 Added account status into user search facet.

2012-01-06 Thread Endi Sukma Dewata
On 1/6/2012 8:33 AM, Petr Vobornik wrote: ACK and pushed to master. (improvement) But before closing the ticket I must ask if it covers all parts of the ticket? Especially the part: "easy identifiable from the list they are in. For examply by an icon, or in a change in font color." Right now t

[Freeipa-devel] Trivial doc patch for automember.py

2012-01-06 Thread Jérôme Fenal
Hi all, A few more glitches found during translation. Regards, J. diff --git a/ipalib/plugins/automember.py b/ipalib/plugins/automember.py index ff5a2ba..3b65218 100644 --- a/ipalib/plugins/automember.py +++ b/ipalib/plugins/automember.py @@ -41,11 +41,11 @@ entry is added to the appropriate gr

Re: [Freeipa-devel] [PATCH] 335 Added account status into user search facet.

2012-01-06 Thread Dmitri Pal
On 01/06/2012 09:33 AM, Petr Vobornik wrote: > On 01/06/2012 06:14 AM, Endi Sukma Dewata wrote: >> On 1/5/2012 10:21 AM, Endi Sukma Dewata wrote: >>> The user search facet has been modified to show the account status. >>> The IPA.boolean_format has been converted into a class to allow >>> behavior