7b402b3 Make sure replication works after DM password is changed

2 files Authored by akrivoka 10 years ago, Committed by abbra 10 years ago,
    Make sure replication works after DM password is changed
    
    Replica information file contains the file `cacert.p12` which is protected by
    the Directory Manager password of the initial IPA server installation. The DM
    password of the initial installation is also used for the PKI admin user
    password.
    
    If the DM password is changed after the IPA server installation, the replication
    fails.
    
    To prevent this failure, add the following steps to ipa-replica-prepare:
    1. Regenerate the `cacert.p12` file and protect it with the current DM password
    2. Update the password of the PKI admin user with the current DM password
    
    https://fedorahosted.org/freeipa/ticket/3594
    
        
file modified
+6 -3