da9e118 Ticket #281 - TLS not working with latest openldap

Authored and Committed by rmeggins 12 years ago
    Ticket #281 - TLS not working with latest openldap
    
    https://fedorahosted.org/389/ticket/281
    Resolves: Ticket #281
    Bug Description: TLS not working with latest openldap
    Reviewed by: nhosoi (Thanks!)
    Branch: master
    Fix Description: Be sure to call
    ldap_set_option(ld, LDAP_OPT_X_TLS_NEWCTX, &val;;
    last after setting all of the other TLS options.
    Platforms tested: RHEL6 x86_64, Fedora 16
    Flag Day: no
    Doc impact: no
    
        
file modified
+6 -6