7c8683d correctly set LDAP bind related attributes when setting up replication

1 file Authored by mbabinsk 8 years ago, Committed by mbasti 8 years ago,
    correctly set LDAP bind related attributes when setting up replication
    
    when CA replica configures 'cn=replica,cn=o\=ipaca,cn=mapping tree,cn=config'
    entry on remote master during replica installation, the 'nsds5replicabinddn'
    and 'nsds5replicabinddngroup' attributes are not correctly updated when this
    entry already existed on the master (e.g. when existing domain-level 0
    topology was promoted to domain level 1). This patch ensures that these
    attributes are always set correctly regardless of existence of the replica
    entry.
    
    https://fedorahosted.org/freeipa/ticket/5412
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>