02ff41d Log dogtag auth timeout in install, provide hint to increase it

1 file Authored by rcritten 4 years ago, Committed by frenaud 4 years ago,
    Log dogtag auth timeout in install, provide hint to increase it
    
    There is a loop which keeps trying to bind as the admin user
    which will fail until it is replicated.
    
    In the case where there is a lot to replicate the default
    5 minute timeout may be insufficient. Provide a hint for
    tuning.
    
    Fixes: https://pagure.io/freeipa/issue/7971
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>