7cf7a74 Enable LDAP debug output in client to display TLS errors in join

1 file Authored by rcritten 5 years ago, Committed by cheimes 5 years ago,
    Enable LDAP debug output in client to display TLS errors in join
    
    If ipa-join fails due to a TLS connection error when doing an
    LDAP-based enroll then nothing is logged by default except an
    Invalid Password error which is misleading (because the failure
    occurs during the bind).
    
    The only way that debugging would have been sufficient is if
    the user passed --debug to ipa-client-install which is not great.
    
    This log level is otherwise very quiet and only logs one or two
    lines on errors which is perfect.
    
    https://pagure.io/freeipa/issue/7728
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+36 -30