Hi Michal,

code  LGTM, I'll test it later today, I have noticed just a minor nitpick.

On 09/10/2014 09:59 PM, Michal Židek wrote:
0001-Add-alternative-objectClass-to-group-attribute-maps.patch

From 58b3750bbbcda0dafe0c73b8eae69264d1eb2c7e Mon Sep 17 00:00:00 2001
From: Michal Zidek <mzidek@redhat.com>
Date: Wed, 10 Sep 2014 12:41:16 +0200
Subject: [PATCH 1/2] Add alternative objectClass to group attribute maps

In IPA we sometimes need to use posixGroup and
sometimes groupOfNames objectclass to query the
groups. To keep the group maps consistent the
alternative objectclass must be added to all
of them. Where no alternative *objclass* is
s/objclass/objectclass
needed it is just *copy of the "primary"
objectclass*.
It's no longer copy but NULL, right?