191668e Always check and create anonymous principal during KDC install

1 file Authored by mbabinsk 7 years ago, Committed by mbasti 7 years ago,
    Always check and create anonymous principal during KDC install
    
    The anonymous principal will now be checked for presence and created on
    both server and replica install. This fixes errors caused during replica
    installation against older master that do not have anonymous principal
    present.
    
    https://pagure.io/freeipa/issue/6799
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>