Re: [Freeipa-devel] [PATCH] admiyo-0080-Label-cleanup

2010-11-10 Thread Endi Sukma Dewata
On 11/9/2010 1:15 PM, Adam Young wrote: ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] Set CACERTDIR during install to work around openldap bug

2010-11-10 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/10/2010 06:47 PM, Jakub Hrozek wrote: Please see attachment. The right fix would be to fix this in openldap, but I think we should have a workaround, at least for the time being. Much of the credit goes to Jan who helped me debug the issue.

[Freeipa-devel] [PATCH] 0009 uuid fixes for replication

2010-11-10 Thread Simo Sorce
The uuid plugin was misbehaving in the replication case returning access denied on replication operations. This patch makes the plugin ignore replication for all operations but changes in the configuration of the plugin itself. Fixes bug #468 Simo.From 2c9428bab38ee59cd7d1741c99baa3c16e600791

[Freeipa-devel] [PATCH] 609 Reduce the number of attributes a host is allowed to write.

2010-11-10 Thread Rob Crittenden
The list of attributes that a host bound as itself could write was overly broad. A host can now only update its description, information about itself such as OS release, etc, its certificate, password and keytab. https://fedorahosted.org/freeipa/ticket/416 rob From

[Freeipa-devel] [PATCH] 610 don't include internal commands in help

2010-11-10 Thread Rob Crittenden
Don't include internal commands in `ipa help commands` output. https://fedorahosted.org/freeipa/ticket/463 rob From 149433420ef701e61ef0cc00be632370dc8e771f Mon Sep 17 00:00:00 2001 From: Rob Crittenden rcrit...@redhat.com Date: Wed, 10 Nov 2010 16:51:00 -0500 Subject: [PATCH] Don't include

[Freeipa-devel] HBAC Service Service Group test data

2010-11-10 Thread Endi Sukma Dewata
Hi, Please review the attached patch. This can be installed independently from my patch #28 (HBAC Services). Thanks! https://fedorahosted.org/reviewboard/r/105/ -- Endi S. Dewata From 2b082d4e801072f6c9866e77b4ec7b856cdbda71 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata edew...@redhat.com

Re: [Freeipa-devel] [PATCH] 0001 Ensure that Apache is running in Prefork mode

2010-11-10 Thread Rob Crittenden
Jan Zelený wrote: Rob Crittendenrcrit...@redhat.com wrote: Jan Zelený wrote: I tried one other solution, but this approach was recommended to me by Pavel. It seems to be working fine. If you don't agree with the concept (detection per request), I can present you the original one.

Re: [Freeipa-devel] HBAC Service Service Group test data

2010-11-10 Thread Adam Young
On 11/10/2010 06:23 PM, Endi Sukma Dewata wrote: Hi, Please review the attached patch. This can be installed independently from my patch #28 (HBAC Services). Thanks! https://fedorahosted.org/reviewboard/r/105/ ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] Modified ipa help behavior

2010-11-10 Thread Rob Crittenden
Jan Zelený wrote: Jan Zelenýjzel...@redhat.com wrote: Now each plugin can define its topic as a 2-tuple, where the first item is the name of topic it belongs to and the second item is a description of such topic. Topic descriptions must be the same for all modules belonging to the topic. By