[Freeipa-devel] [BRANCH 3.0] Heads up new branch created

2012-08-22 Thread Simo Sorce
Hello fellow developers, Rob asked me to go ahead and create a 3.0 branch. It's up, and the name follows the usual scheme: ipa-3.0 Please remind from now on to specify whether your patches are supposed to be pushed only in 3.0 or master or both. We do not expect the branches to diverge wildly

[Freeipa-devel] [PATCH] 199 Permissions: select only applicable options on type change

2012-08-22 Thread Petr Vobornik
Problem: When a permission is edited, and Type switched, the attributes selected for previous Type are still selected, and update fails, if they are invalid for the new Type. But it should get deselected or not even listed if Type changes. Fix: When Type is changed, attribute list is

Re: [Freeipa-devel] [PATCH 0047] Avoid manual connection management outside ldap_query()

2012-08-22 Thread Adam Tkac
On Mon, Aug 13, 2012 at 03:15:52PM +0200, Petr Spacek wrote: Hello, this patch improves connection management in bind-dyndb-ldap and closes https://fedorahosted.org/bind-dyndb-ldap/ticket/68 . It should prevent all deadlocks on connection pool in future. Ack, just check my pedantic

Re: [Freeipa-devel] [PATCH] Use libsamba-security instead of libsecurity

2012-08-22 Thread Alexander Bokovoy
On Wed, 22 Aug 2012, Sumit Bose wrote: Hi, this patch fixes a build issue caused by a name change of a library in samba4 beta6. Since we currently always build with the latest samba4 version I think we do not need an extra configure check here. I you think otherwise let me known, then I can add

Re: [Freeipa-devel] [PATCH] 0072 Add ACI to allow magic regen of ipaNThash

2012-08-22 Thread Simo Sorce
- Original Message - On Tue, 21 Aug 2012, Alexander Bokovoy wrote: Patch split into two and ACI change is merged into a single ACI for read and write. Originally Simo wanted me to have them separate but later he decided to follow my original plan. :) Since we have 3.0 beta

Re: [Freeipa-devel] [PATCH] Use libsamba-security instead of libsecurity

2012-08-22 Thread Alexander Bokovoy
On Wed, 22 Aug 2012, Sumit Bose wrote: On Wed, Aug 22, 2012 at 05:04:12PM +0300, Alexander Bokovoy wrote: On Wed, 22 Aug 2012, Sumit Bose wrote: Hi, this patch fixes a build issue caused by a name change of a library in samba4 beta6. Since we currently always build with the latest samba4

Re: [Freeipa-devel] [PATCH 79] Ticket #3008: DN objects hash differently depending on case

2012-08-22 Thread Alexander Bokovoy
On Mon, 20 Aug 2012, Alexander Bokovoy wrote: On Fri, 17 Aug 2012, John Dennis wrote: Because the attrs values in DN's, RDN's and AVA's are comparison case- insensitive the hash value between two objects which compare as equal but differ in case must also yield the same hash value. This is

Re: [Freeipa-devel] [PATCH] 0072 Add ACI to allow magic regen of ipaNThash

2012-08-22 Thread Alexander Bokovoy
On Wed, 22 Aug 2012, Simo Sorce wrote: - Original Message - On Tue, 21 Aug 2012, Alexander Bokovoy wrote: Patch split into two and ACI change is merged into a single ACI for read and write. Originally Simo wanted me to have them separate but later he decided to follow my original plan.

Re: [Freeipa-devel] [PATCH 80] Ticket #2850 - Ipactl exception not handled well

2012-08-22 Thread Petr Viktorin
From fda504233ee46a494b7ed6b85593e7e586739425 Mon Sep 17 00:00:00 2001 From: John Dennisjden...@redhat.com Date: Mon, 20 Aug 2012 16:47:52 -0400 Subject: [PATCH 80] Ticket #2850 - Ipactl exception not handled well Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Ticket

[Freeipa-devel] [PATCH] 0008 Fixes different behaviour of permission-mod and show.

2012-08-22 Thread Tomas Babej
Hi, Both commands now produce the same output regarding the attributelevelrights. https://fedorahosted.org/freeipa/ticket/2875 Tomas From 67c3a3337fe6ce40510f60ecacfc7b8dc8a6cc9d Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Wed, 22 Aug 2012 10:39:01 -0400 Subject: [PATCH]

Re: [Freeipa-devel] [PATCH] 0008 Fixes different behaviour of permission-mod and show.

2012-08-22 Thread Rob Crittenden
Tomas Babej wrote: Hi, Both commands now produce the same output regarding the attributelevelrights. https://fedorahosted.org/freeipa/ticket/2875 I think some unit tests would be helpful so we don't regress and we know which other commands this fixes. rob

Re: [Freeipa-devel] [PATCH] 0008 Fixes different behaviour of permission-mod and show.

2012-08-22 Thread Tomas Babej
On 08/22/2012 05:15 PM, Rob Crittenden wrote: Tomas Babej wrote: Hi, Both commands now produce the same output regarding the attributelevelrights. https://fedorahosted.org/freeipa/ticket/2875 I think some unit tests would be helpful so we don't regress and we know which other commands this