Hi,
see the attached patch.
I modified the detection of duplicates when
extending the maps (sysdb_attr:ldap_attr).
When we try to add entry to the map
that already exists in the map, then
without this patch we will fail.
With this patch, we only fail if the
newly added extension would redefine
already existing entry in the map.
Otherwise it is just skipped without
a failure (we just skip adding what
is already there).
I created simple CI test for this (first
patch).
Michal