Re: [Freeipa-devel] [PATCH] 186-192 Web UI: Group external member support

2012-08-14 Thread Martin Kosek
On 08/14/2012 12:50 AM, Endi Sukma Dewata wrote: On 8/10/2012 6:04 AM, Petr Vobornik wrote: Attaching all patches. Patches 186-189 are changed or rebased. Rest is intact. ACK. Pushed all to master. Martin ___ Freeipa-devel mailing list

Re: [Freeipa-devel] [PATCH] 194 Handle case when trusted domain user access the Web UI

2012-08-14 Thread Martin Kosek
On 08/14/2012 03:21 AM, Endi Sukma Dewata wrote: On 8/10/2012 6:11 AM, Petr Vobornik wrote: WebUI catches the fact that the user can't access LDAP server with a current ticket. It shows form-based auth login dialog. Previoustly an ugly error was returned on an almost empty page, and user had

Re: [Freeipa-devel] [PATCH] 195 Disable caching of Web UI login_kerberos request

2012-08-14 Thread Martin Kosek
On 08/14/2012 03:29 AM, Endi Sukma Dewata wrote: On 8/10/2012 6:13 AM, Petr Vobornik wrote: IE caches login_kerberos request so SSO doesn't work after logout. This patch disables the caching. https://fedorahosted.org/freeipa/ticket/2991 ACK. Pushed to master. Martin

Re: [Freeipa-devel] [PATCH] 196 Update other facets on delete from search page

2012-08-14 Thread Martin Kosek
On 08/14/2012 03:35 AM, Endi Sukma Dewata wrote: On 8/10/2012 6:48 AM, Petr Vobornik wrote: When an object in search facet was deleted, other facets were not notified that they need to refresh. If one crated object with same pkey as deleted object and then navigated to it's details he could

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

2012-08-14 Thread Martin Kosek
Looking at the changes, I think there is still one line that does not make much sense: - Display the properties of a named HBAC rule: + Display the properties of a HBAC rule: ipa selinuxusermap-show test1 This should rather really show a HBAC rule used in previous command (hbacrule-show

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 tba...@redhat.com To: freeipa-devel@redhat.com Sent: Tuesday, August 7, 2012 5:58:32 PM Subject: [PATCH] Handle SSSD restart crash more gently. Hi, In

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

[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 aboko...@redhat.com Date: Mon, 13 Aug 2012

[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 pspa...@redhat.com Date: Tue, 14 Aug 2012 12:38:43 +0200 Subject: [PATCH] Fix two memory leaks in persistent search.

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 mko...@redhat.com To: Tomas Babej tba...@redhat.com 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

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

2012-08-14 Thread Tomas Babej
- Original Message - From: Martin Kosek mko...@redhat.com To: Tomas Babej tba...@redhat.com 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

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

2012-08-14 Thread Tomas Babej
- Original Message - From: Martin Kosek mko...@redhat.com To: Tomas Babej tba...@redhat.com 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

[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 rcrit...@redhat.com Date: Tue, 14

[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

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 mko...@redhat.com To: Tomas Babej tba...@redhat.com Cc: freeipa-devel@redhat.com Sent: Tuesday, August 14, 2012 9:26:03 AM Subject: Re: [Freeipa-devel] [PATCH] 0003 Handle

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 mko...@redhat.com To: Tomas Babej tba...@redhat.com 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

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 mko...@redhat.com To: Tomas Babej tba...@redhat.com 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

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 https://fedorahosted.org/freeipa/ticket/2962. Honza ACK. Rebased and pushed to master. Martin ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

[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

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: -

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

[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

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 Looks and works OK. I

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-ldap/ticket/44 . Petr^2

[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 rcrit...@redhat.com Date: Tue, 14 Aug 2012 14:30:36 -0400 Subject: [PATCH] Convert PKCS#11 subject to string before