906106b Ticket #47907 - ldclt: assertion failure with -e "add,counteach" -e "object=<ldif file>,rdn=uid:test[A=INCRNNOLOOP(0;24

Authored and Committed by nhosoi 9 years ago
    Ticket #47907 - ldclt: assertion failure with -e "add,counteach" -e "object=<ldif file>,rdn=uid:test[A=INCRNNOLOOP(0;24
    
    Bug Description: In case createMissingNodes is called from doAddEntry,
    LDAP handle is unbound which makes the following operation such as
    ldap_add fail since the handle is already released.
    
    Fix Description: Rempoving ldap_unbind_ext from createMissingNodes.
    
    Reviewed by rmeggins@redhat.com (Thank you, Rich!!)
    
    https://fedorahosted.org/389/ticket/47907
    (cherry picked from commit 685607f63d52d54e8bd094bb0694986484a91e34)