a8eead2 Catch ACIError instead of invalid credentials

Authored and Committed by cheimes 5 years ago
    Catch ACIError instead of invalid credentials
    
    ipaldap's LDAPClient client turns INVALID_CREDENTIAL error into
    ACIError. Catch the ACIError and wait until the user has been
    replicated.
    
    Apparently no manual or automated test ran into the timeout during
    testing.
    
    Fixes: Fixes: https://pagure.io/freeipa/issue/7593
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>