Re: [Freeipa-devel] [PATCH] 1042 fix selfsign subject checking

2012-08-14 Thread Martin Kosek
On 08/14/2012 08:50 PM, Rob Crittenden wrote: > Fix the data type coming out of the pkcs10 module to make the DN module happy. > > rob > Fixes the Internal Error nicely. ACK. Pushed to master. Martin ___ Freeipa-devel mailing list Freeipa-devel@redh

[Freeipa-devel] [PATCH] 1042 fix selfsign subject checking

2012-08-14 Thread Rob Crittenden
Fix the data type coming out of the pkcs10 module to make the DN module happy. rob >From c6b48cecbed4412b7f39926b3a29184887d7cfd2 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 14 Aug 2012 14:30:36 -0400 Subject: [PATCH] Convert PKCS#11 subject to string before passing to ipapython.D

Re: [Freeipa-devel] [PATCH 0042] Flush zones and RRs cache when handling persistent search reconnection

2012-08-14 Thread Simo Sorce
> On 08/12/2012 11:59 AM, Simo Sorce wrote: > >> On 07/27/2012 12:15 PM, Petr Spacek wrote: > >>> Hello, > >>> > >>> this patch implements "Flush zones and RRs cache when handling > >>> persistent > >>> search reconnection" behaviour as requested > >>> in ticket https://fedorahosted.org/bind-dyndb-

Re: [Freeipa-devel] [PATCH] 0069 Add internationalization to DCE RPC code

2012-08-14 Thread Martin Kosek
On 08/14/2012 04:34 PM, Alexander Bokovoy wrote: > On Tue, 14 Aug 2012, Martin Kosek wrote: >> On 08/14/2012 10:58 AM, Alexander Bokovoy wrote: >>> Hi, >>> >>> fairly simple patch to wrap error messages to look up in translation >>> catalog. >>> >>> https://fedorahosted.org/freeipa/ticket/2964 >>>

[Freeipa-devel] [PATCH] Set TTL during ipa-client-install for DNS records

2012-08-14 Thread James Hogarth
Hi, Please see attached patch to allow the TTL to be specified when an IPA client is configured. The default is to use the 1200 that is currently in place. Regardless of is it is set or not as an argument ipa_dyndns_ttl is set in sssd.conf so that it's transparent for an admin to see what the TT

Re: [Freeipa-devel] [PATCH] 0069 Add internationalization to DCE RPC code

2012-08-14 Thread Alexander Bokovoy
On Tue, 14 Aug 2012, Martin Kosek wrote: On 08/14/2012 10:58 AM, Alexander Bokovoy wrote: Hi, fairly simple patch to wrap error messages to look up in translation catalog. https://fedorahosted.org/freeipa/ticket/2964 Looks and works OK. I just don't think its necessary to translate our erro

Re: [Freeipa-devel] [PATCH] 0069 Add internationalization to DCE RPC code

2012-08-14 Thread Martin Kosek
On 08/14/2012 10:58 AM, Alexander Bokovoy wrote: > Hi, > > fairly simple patch to wrap error messages to look up in translation > catalog. > > https://fedorahosted.org/freeipa/ticket/2964 > Looks and works OK. I just don't think its necessary to translate our error logging: -root_l

[Freeipa-devel] [PATCH 0050] Fix memory leak in configuration with multiple LDAP instances

2012-08-14 Thread Petr Spacek
Hello, this patch fixes $SUBJ$. Adam, please double-check correctness of this change. I had two assumptions: - all locking is done inside dns_db_(un)register() functions - LDAP instances are decommissioned before dynamic_driver_destroy() call Petr^2 Spacek From e314eb7da7bfbbb2ae9d4ce1252d886c

Re: [Freeipa-devel] [PATCH] 82 Raise Base64DecodeError instead of ConversionError when base64 decoding fails in Bytes parameters

2012-08-14 Thread Martin Kosek
On 08/07/2012 07:50 AM, Jan Cholasta wrote: > Hi, > > this patch fixes . > > Honza > ACK. Rebased and pushed to master. Martin ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.

Re: [Freeipa-devel] [PATCH] 0005-3 Improves exception handling in ipa-replica-prepare.

2012-08-14 Thread Martin Kosek
On 08/14/2012 03:22 PM, Tomas Babej wrote: > - Original Message - > From: "Martin Kosek" > To: "Tomas Babej" > Cc: freeipa-devel@redhat.com > Sent: Tuesday, August 14, 2012 8:55:19 AM > Subject: Re: [Freeipa-devel] [PATCH] 0005-2 Improves exception handling in > ipa-replica-prepare. > >

Re: [Freeipa-devel] [PATCH] 0004-3 Corrects help description of selinuxusermap.

2012-08-14 Thread Martin Kosek
On 08/14/2012 03:17 PM, Tomas Babej wrote: > - Original Message - > From: "Martin Kosek" > To: "Tomas Babej" > Cc: freeipa-devel@redhat.com > Sent: Tuesday, August 14, 2012 8:41:44 AM > Subject: Re: [Freeipa-devel] [PATCH] 0004-2 Corrects help description of > selinuxusermap. > > Lookin

Re: [Freeipa-devel] [PATCH] 0003-2 Handle SSSD restart crash more gently.

2012-08-14 Thread Martin Kosek
On 08/14/2012 03:12 PM, Tomas Babej wrote: > Issue resolved. > > Tomas > > - Original Message - > From: "Martin Kosek" > To: "Tomas Babej" > Cc: freeipa-devel@redhat.com > Sent: Tuesday, August 14, 2012 9:26:03 AM > Subject: Re: [Freeipa-devel] [PATCH] 0003 Handle SSSD restart crash mor

[Freeipa-devel] [PATCH] trust CLI: add ID range for new trusted domain

2012-08-14 Thread Sumit Bose
Hi, currently only a default ID range was used for users from trusted domains. With these two patches an individual range is created during ipa trust-add and it will be used by the extdom plugin to calculate the Poisx UID for the users from the trusted domain. 'ipa trust-add' is getting two new o

[Freeipa-devel] [PATCH] 1041 pull in cachememsize logging

2012-08-14 Thread Rob Crittenden
389-ds-base added logging if the entry cache is smaller than the database so users will know they need to tune their DS install. Set this as the minimum for IPA. rob >From aaab55333bdb91f9db4960e9aacbc2779cd8a8f4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 14 Aug 2012 09:24:07 -04

Re: [Freeipa-devel] [PATCH] 0005-3 Improves exception handling in ipa-replica-prepare.

2012-08-14 Thread Tomas Babej
- Original Message - From: "Martin Kosek" To: "Tomas Babej" Cc: freeipa-devel@redhat.com Sent: Tuesday, August 14, 2012 8:55:19 AM Subject: Re: [Freeipa-devel] [PATCH] 0005-2 Improves exception handling in ipa-replica-prepare. >On 08/10/2012 04:32 PM, Tomas Babej wrote: >> Man page edit

Re: [Freeipa-devel] [PATCH] 0004-3 Corrects help description of selinuxusermap.

2012-08-14 Thread Tomas Babej
- Original Message - From: "Martin Kosek" To: "Tomas Babej" Cc: freeipa-devel@redhat.com Sent: Tuesday, August 14, 2012 8:41:44 AM Subject: Re: [Freeipa-devel] [PATCH] 0004-2 Corrects help description of selinuxusermap. Looking at the changes, I think there is still one line that does n

Re: [Freeipa-devel] [PATCH] 0003-2 Handle SSSD restart crash more gently.

2012-08-14 Thread Tomas Babej
Issue resolved. Tomas - Original Message - From: "Martin Kosek" To: "Tomas Babej" Cc: freeipa-devel@redhat.com Sent: Tuesday, August 14, 2012 9:26:03 AM Subject: Re: [Freeipa-devel] [PATCH] 0003 Handle SSSD restart crash more gently. On 08/07/2012 06:14 PM, Tomas Babej wrote: > Sorry,

[Freeipa-devel] [PATCH 0049] Fix two memory leaks in persistent search

2012-08-14 Thread Petr Spacek
Hello, This patch fixes two memory leaks in persistent search. Petr^2 Spacek From 892f1d5c59a97cdad7a2807ecd172488605ab181 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Tue, 14 Aug 2012 12:38:43 +0200 Subject: [PATCH] Fix two memory leaks in persistent search. Signed-off-by: Petr Spacek --

[Freeipa-devel] [PATCH] 0069 Add internationalization to DCE RPC code

2012-08-14 Thread Alexander Bokovoy
Hi, fairly simple patch to wrap error messages to look up in translation catalog. https://fedorahosted.org/freeipa/ticket/2964 -- / Alexander Bokovoy >From 203aa5c5711842eef6c3bcdb8ba6b956855e9217 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 13 Aug 2012 16:35:19 +0300 Subject:

Re: [Freeipa-devel] [PATCH] 193 Range Web UI

2012-08-14 Thread Sumit Bose
On Mon, Aug 13, 2012 at 07:41:01PM -0500, Endi Sukma Dewata wrote: > On 8/6/2012 2:08 AM, Petr Vobornik wrote: > >Range web UI was implemented. > > > >It consist of: > > * new menu item - 'ranges' in 'IPA Server' tab > > * new search page > > * new details page > > > >https://fedorahosted.org

Re: [Freeipa-devel] [PATCH] 0003 Handle SSSD restart crash more gently.

2012-08-14 Thread Martin Kosek
On 08/07/2012 06:14 PM, Tomas Babej wrote: > Sorry, I forgot to attach the patch. > > - Original Message - > From: "Tomas Babej" > To: freeipa-devel@redhat.com > Sent: Tuesday, August 7, 2012 5:58:32 PM > Subject: [PATCH] Handle SSSD restart crash more gently. > > Hi, > > In ipa-client-