Re: [Freeipa-devel] LDAP conflicts resolution API

2011-10-20 Thread Martin Kosek
On Wed, 2011-10-19 at 09:51 -0600, Rich Megginson wrote: On 10/19/2011 09:46 AM, Simo Sorce wrote: On Wed, 2011-10-19 at 17:33 +0200, Martin Kosek wrote: Hello all, I am now investigating how to deal with LDAP conflicts resolution between replicas. Conflicting LDAP objects may be

[Freeipa-devel] [PATCH] Add kerberos mapping for clients outside the IPA domain

2011-10-20 Thread Lars Sjöström
Hello, Proposed patch for bug https://fedorahosted.org/freeipa/ticket/2006 Best regards, Lars From cd62f50c7adba7eb7e240b9b051b90ba9cb3ce70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Sj=C3=B6str=C3=B6m?= lsjostro@lsjostro.local Date: Thu, 20 Oct 2011 09:34:19 +0200 Subject: [PATCH] Add

[Freeipa-devel] [PATCH 51/51] Ticket 1201 - Unable to Download Certificate with Browser

2011-10-20 Thread John Dennis
Certificates are passed through the IPA XML-RPC and JSON as binary data in DER X509 format. Queries peformed against the LDAP server also return binary DER X509 format. In all cases the binary DER data is base-64 encoded. PEM is standard text format for certificates. It also uses base64 to encode

Re: [Freeipa-devel] LDAP conflicts resolution API

2011-10-20 Thread Martin Kosek
On Thu, 2011-10-20 at 07:18 -0700, Nathan Kinder wrote: On 10/19/2011 11:22 PM, Martin Kosek wrote: On Wed, 2011-10-19 at 09:51 -0600, Rich Megginson wrote: On 10/19/2011 09:46 AM, Simo Sorce wrote: On Wed, 2011-10-19 at 17:33 +0200, Martin Kosek wrote: ... 3) When user decides what to

Re: [Freeipa-devel] [PATCH] 023 Circular entity dependency

2011-10-20 Thread Petr Vobornik
Fix for regression in unit test, introduced by previous patch. -- Petr Vobornik From f1a1a99763f38a10304c374da88857c85c9e7748 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: Thu, 20 Oct 2011 16:37:48 +0200 Subject: [PATCH] Fixing infinite loop in UI navigation unit test.

Re: [Freeipa-devel] [PATCH] 023 Circular entity dependency

2011-10-20 Thread Endi Sukma Dewata
On 10/20/2011 1:03 PM, Petr Vobornik wrote: Fix for regression in unit test, introduced by previous patch. ACK and pushed to master. -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] LDAP conflicts resolution API

2011-10-20 Thread Nathan Kinder
On 10/20/2011 07:57 AM, Martin Kosek wrote: On Thu, 2011-10-20 at 07:18 -0700, Nathan Kinder wrote: On 10/19/2011 11:22 PM, Martin Kosek wrote: On Wed, 2011-10-19 at 09:51 -0600, Rich Megginson wrote: On 10/19/2011 09:46 AM, Simo Sorce wrote: On Wed, 2011-10-19 at 17:33 +0200, Martin Kosek

Re: [Freeipa-devel] LDAP conflicts resolution API

2011-10-20 Thread Simo Sorce
On Thu, 2011-10-20 at 07:18 -0700, Nathan Kinder wrote: But I wonder if we can tell DS to create/move these conflicting objects into a cn=conflicts subtree by means of configuration ? Not automatically, no. So maybe a new DS plugin should do the trick? We would just have to store

[Freeipa-devel] [PATCH] 295 Fixed inconsistent required/optional attributes.

2011-10-20 Thread Endi Sukma Dewata
The dialogs and details pages have been modified to use the * symbol to mark required fields. The automount map and the DNS zone dialogs have been modified to update the required fields according to the input type. Ticket #1696 -- Endi S. Dewata From 1320f4fc2aee116909d13b2dc388b9642815a7d8 Mon

Re: [Freeipa-devel] LDAP conflicts resolution API

2011-10-20 Thread Martin Kosek
On Thu, 2011-10-20 at 08:34 -0700, Nathan Kinder wrote: On 10/20/2011 07:57 AM, Martin Kosek wrote: On Thu, 2011-10-20 at 07:18 -0700, Nathan Kinder wrote: On 10/19/2011 11:22 PM, Martin Kosek wrote: On Wed, 2011-10-19 at 09:51 -0600, Rich Megginson wrote: On 10/19/2011 09:46 AM, Simo