Re: [Freeipa-devel] [QE] Test categorization into tiers and acceptance testing - tagging proposals

2015-04-01 Thread Martin Kosek
On 03/31/2015 02:47 PM, Martin Koci wrote: Hi all, I'd like to open discussion on test categorization into tiers and acceptance testing, respectively test tagging which should help us to accomplish following goals: 1) Acceptance test - other FreeIPA partner projects (389/DS/PKI) should be

[Freeipa-devel] [RFC] COPR drop support for old distribution

2015-04-01 Thread Lukas Slebodnik
ehlo, CentOS 7.1 was finally released[1]. Yupi. Fedora 21 was rewleased[2] few months ago. People can use FreeIPA 4.1 without any problem. So there's no more reason to maintain COPR repositories for older distributions. It will significantly reduce extra dependencies in repositories. It would

Re: [Freeipa-devel] [PATCH] webui: use no_members option in entity select search

2015-04-01 Thread Martin Babinsky
On 03/31/2015 04:16 PM, Petr Vobornik wrote: Obtaining member information for entity selects is not needed and it causes unwanted performance hit, especially with larger groups. This patch removes it. https://fedorahosted.org/freeipa/ticket/4948 Works as expected and the speedup is

Re: [Freeipa-devel] One-way trust design

2015-04-01 Thread Jakub Hrozek
Thank you, the design page reads well to me. I had a short chat with Alexander where we cleared up some confusion. On Mon, Feb 23, 2015 at 06:02:53PM +0200, Alexander Bokovoy wrote: == New design == In order to support one-way trust to Active Directory, we need to switch SSSD in IPA master

[Freeipa-devel] [PATCH 0026] ipa-server-install: deprecate manual setting of master KDC password

2015-04-01 Thread Martin Babinsky
https://fedorahosted.org/freeipa/ticket/4516 -- Martin^3 Babinsky From 4237d0d11ab6fd34d066dba3f3d72bfa8c8a52d8 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Tue, 31 Mar 2015 10:02:52 +0200 Subject: [PATCH] ipa-server-install: deprecate manual setting of master KDC

[Freeipa-devel] [PATCH] 0004 User life cycle: support of MODRDN to a new superior

2015-04-01 Thread thierry bordaz
Hello, In user life cycle, Active entries are moved to Delete container and Delete entries can be moved back to Staging container. This requires a LDAP modrdn with new superior that is not supported in ldap2. thanks thierry From 7206c9dd84402c15d7a6a0a64eb404426c5385b5 Mon

Re: [Freeipa-devel] [PATCH] 811 performance: faster DN implementation

2015-04-01 Thread Petr Spacek
On 31.3.2015 12:11, Petr Vobornik wrote: The major change is that DN is no longer internally composed of RDNs and AVAs but it rather keeps the data in open ldap format - the same as output of str2dn function. Therefore, for immutable DNs, no other transformations are required on

[Freeipa-devel] [PATCH 0223] Fix ldap2 do not create shared instance by default

2015-04-01 Thread Martin Basti
Since API is not singleton anymore, ldap2 instance should not be shared between all APIs. Patch attached. -- Martin Basti From 5add879b420b6d73a1de63a933073c3659efc9aa Mon Sep 17 00:00:00 2001 From: Martin Basti mba...@redhat.com Date: Wed, 25 Mar 2015 15:34:16 +0100 Subject: [PATCH] Fix