cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

a24d9cc Bug 691313 - Need TLS/SSL error messages in repl status and errors log

Authored and Committed by nkinder 12 years ago
    Bug 691313 - Need TLS/SSL error messages in repl status and errors log
    
    When an error is encnountered during the bind operation in the
    beginning of a replication session, the error is only logged
    at the fatal level the first time it is encountered.  If replication
    level logging is turned on, it can be easy to miss the error the
    first time, so the subsequent debug logging is not very useful.
    
    This patch makes us log repeated bind errors at the replication log
    level only.  The first time an error is encountered, it will still
    be logged at the fatal level.