Re: [Freeipa-devel] [PATCH] 225 Remove leading zero from IPA_NUM_VERSION

2013-05-15 Thread Martin Kosek
On 05/14/2013 06:50 PM, Martin Kosek wrote: On 05/13/2013 03:40 PM, Petr Viktorin wrote: On 05/13/2013 02:58 PM, Rob Crittenden wrote: Petr Viktorin wrote: Due to my mistake in commit 9125285, the IPA_NUM_VERSION variable contained a leading zero, so it was treated as octal in Python code.

Re: [Freeipa-devel] DNSSEC support design considerations

2013-05-15 Thread Simo Sorce
- Original Message - Hello list, I investigated various scenarios for DNSSEC integration and I would like to hear your opinions about proposed approach and it's effects. The most important finding is that bind-dyndb-ldap can't support DNSSEC without rewrite of the 'in-memory

[Freeipa-devel] Announcing bind-dyndb-ldap version 3.2

2013-05-15 Thread Petr Spacek
The FreeIPA team is proud to announce bind-dyndb-ldap version 3.2. It can be downloaded from https://fedorahosted.org/released/bind-dyndb-ldap/. The new version has also been built for Fedora 19: https://admin.fedoraproject.org/updates/FEDORA-2013-8036 This release includes several fixes. ==

[Freeipa-devel] [PATCH] 0029 Make sure replication works after DM password is changed

2013-05-15 Thread Ana Krivokapic
Hello, See the commit message for details. https://fedorahosted.org/freeipa/ticket/3594 -- Regards, Ana Krivokapic Associate Software Engineer FreeIPA team Red Hat Inc. From 1354ddec918dd0de235c9a35e2155483c6c1d97a Mon Sep 17 00:00:00 2001 From: Ana Krivokapic akriv...@redhat.com Date: Wed,

Re: [Freeipa-devel] [PATCH] 0029 Make sure replication works after DM password is changed

2013-05-15 Thread Tomas Babej
On 05/15/2013 11:40 AM, Ana Krivokapic wrote: Hello, See the commit message for details. https://fedorahosted.org/freeipa/ticket/3594 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel +

[Freeipa-devel] [PATCH] 414-415 Move spec modifications from facet factories to pre_ops

2013-05-15 Thread Petr Vobornik
[PATCH] 414 Move spec modifications from facet factories to pre_ops --- Spec modifications in factories makes inheritance and extensibility more difficult. Moving them to pre_ops allows modification of their output by other

[Freeipa-devel] [PATCH] 416 Web UI: move ./_base/metadata_provider.js to ./metadata.js

2013-05-15 Thread Petr Vobornik
Metadata provider is IPA specific object, not a framework object, so it should not be in _base directory. https://fedorahosted.org/freeipa/ticket/3604 -- Petr Vobornik From 144e68a2a849c7b5fd176359c03142dbb27e4d24 Mon Sep 17 00:00:00 2001 From: Petr Vobornik pvobo...@redhat.com Date: Tue, 14

Re: [Freeipa-devel] [PATCH] 0029 Make sure replication works after DM password is changed

2013-05-15 Thread Petr Viktorin
On 05/15/2013 12:04 PM, Tomas Babej wrote: On 05/15/2013 11:40 AM, Ana Krivokapic wrote: Hello, See the commit message for details. https://fedorahosted.org/freeipa/ticket/3594 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com

Re: [Freeipa-devel] [PATCH] 0029 Make sure replication works after DM password is changed

2013-05-15 Thread Ana Krivokapic
On 05/15/2013 12:29 PM, Petr Viktorin wrote: On 05/15/2013 12:04 PM, Tomas Babej wrote: On 05/15/2013 11:40 AM, Ana Krivokapic wrote: Hello, See the commit message for details. https://fedorahosted.org/freeipa/ticket/3594 ___ Freeipa-devel

[Freeipa-devel] [PATCH 0057] Do not allow removal of ID range of an active trust

2013-05-15 Thread Tomas Babej
Hi, When removing an ID range using idrange-del command, validation in pre_callback ensures that the range does not belong to any active trust. In such case, ValidationError is raised. https://fedorahosted.org/freeipa/ticket/3615 Tomas From 72a55d498602b5c6cc912eb9585dc860b7fee591 Mon Sep 17

[Freeipa-devel] [PATCH 0002] Add 'debug' statement to nsupdate commands generated by ipa-client-install

2013-05-15 Thread Petr Spacek
Hello, This patch adds 'debug' and 'show' statements to nsupdate commands generated by ipa-client-install. https://fedorahosted.org/freeipa/ticket/3629 -- Petr^2 Spacek From 2cf26de55ffc89407b4ad065a372f171660988ba Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date: Wed, 15

Re: [Freeipa-devel] [PATCH] 414-415 Move spec modifications from facet factories to pre_ops

2013-05-15 Thread Ana Krivokapic
On 05/15/2013 12:09 PM, Petr Vobornik wrote: [PATCH] 414 Move spec modifications from facet factories to pre_ops --- Spec modifications in factories makes inheritance and extensibility more difficult. Moving them to pre_ops

Re: [Freeipa-devel] [PATCH] 416 Web UI: move ./_base/metadata_provider.js to ./metadata.js

2013-05-15 Thread Ana Krivokapic
On 05/15/2013 12:19 PM, Petr Vobornik wrote: Metadata provider is IPA specific object, not a framework object, so it should not be in _base directory. https://fedorahosted.org/freeipa/ticket/3604 ___ Freeipa-devel mailing list

[Freeipa-devel] [PATCH 0058] Remove redundancy from hbactest help text

2013-05-15 Thread Tomas Babej
Hi, I modified the SID in the second example. https://fedorahosted.org/freeipa/ticket/3625 Tomas From e5959101b8851fba2594425a6da1d3bc79b326ce Mon Sep 17 00:00:00 2001 From: Tomas Babej tba...@redhat.com Date: Wed, 15 May 2013 16:16:03 +0200 Subject: [PATCH] Remove redundancy from hbactest

Re: [Freeipa-devel] [PATCH 0058] Remove redundancy from hbactest help text

2013-05-15 Thread Martin Kosek
On 05/15/2013 04:36 PM, Tomas Babej wrote: Hi, I modified the SID in the second example. https://fedorahosted.org/freeipa/ticket/3625 Tomas NACK. The hbactest command result was also intended to be different (see command below, DOMAIN\Otheruser should equal

Re: [Freeipa-devel] [PATCH 0058] Remove redundancy from hbactest help text

2013-05-15 Thread Tomas Babej
On 05/15/2013 04:46 PM, Martin Kosek wrote: On 05/15/2013 04:36 PM, Tomas Babej wrote: Hi, I modified the SID in the second example. https://fedorahosted.org/freeipa/ticket/3625 Tomas NACK. The hbactest command result was also intended to be different (see command below, DOMAIN\Otheruser

Re: [Freeipa-devel] DNSSEC support design considerations

2013-05-15 Thread Petr Spacek
On 15.5.2013 10:29, Simo Sorce wrote: I investigated various scenarios for DNSSEC integration and I would like to hear your opinions about proposed approach and it's effects. The most important finding is that bind-dyndb-ldap can't support DNSSEC without rewrite of the 'in-memory database'

Re: [Freeipa-devel] [PATCH] 0026 Do not display success message on failure in web UI

2013-05-15 Thread Ana Krivokapic
On 05/13/2013 04:51 PM, Petr Vobornik wrote: On 05/07/2013 05:16 PM, Ana Krivokapic wrote: https://fedorahosted.org/freeipa/ticket/3591 1) The change from on_success to on_error is causing problems when some command in a batch doesn't fail. Ie.: disable multiple users on user search facet.

Re: [Freeipa-devel] [PATCH 0058] Remove redundancy from hbactest help text

2013-05-15 Thread Martin Kosek
On 05/15/2013 05:02 PM, Tomas Babej wrote: On 05/15/2013 04:46 PM, Martin Kosek wrote: On 05/15/2013 04:36 PM, Tomas Babej wrote: Hi, I modified the SID in the second example. https://fedorahosted.org/freeipa/ticket/3625 Tomas NACK. The hbactest command result was also intended to be

Re: [Freeipa-devel] Freeipa-devel Digest, Vol 72, Issue 51

2013-05-15 Thread Nicholas MacKenzie
Size: 2849 bytes Desc: not available URL: https://www.redhat.com/archives/freeipa-devel/attachments/20130515/67c3a9c8/attachment.bin -- ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com

[Freeipa-devel] installation freeipa on centos and ubuntu 13

2013-05-15 Thread daiEric
hi, all where I can find the document about the installation freeipa on centos 6.3 and Ubuntu 13.04 thanks and best regardsEric dai ___ Freeipa-devel mailing list Freeipa-devel@redhat.com