7bbce96 Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI

Authored and Committed by rmeggins 12 years ago
    Ticket #12 - 389 DS DNA Plugin / Replication failing on GSSAPI
    
    https://fedorahosted.org/389/ticket/12
    Resolves: Ticket #12
    Bug Description: 389 DS DNA Plugin / Replication failing on GSSAPI
    Reviewed by: nhosoi (Thanks!)
    Branch: master
    Fix Description: The problem is due to timeout.  The default DNA range request
    timeout is 10ms, which is far too short in WAN environments.  The fix is
    two fold
    1) make the default DNA range request timeout 10 minutes, the same as the
    default replication timeout
    2) openldap uses errno to report the timeout, so be sure to print the errno
    and message when we get connection/bind failures.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    
        
file modified
+12 -10