fc292f5 Prevent replica install from overwriting cert profiles

1 file Authored by ftweedal 7 years ago, Committed by jcholast 7 years ago,
    Prevent replica install from overwriting cert profiles
    
    An earlier change that unconditionally triggers import of file-based
    profiles to LDAP during server or replica install results in
    replicas overwriting FreeIPA-managed profiles with profiles of the
    same name shipped with Dogtag. ('caIPAserviceCert' is the affected
    profile).
    
    Avoid this situation by never overwriting existing profiles during
    the LDAP import.
    
    Fixes: https://fedorahosted.org/freeipa/ticket/5881
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>