8a15fd4 Bug 676689 - crash while adding a new user to be synced to windows

Authored and Committed by rmeggins 13 years ago
    Bug 676689 - crash while adding a new user to be synced to windows
    
    https://bugzilla.redhat.com/show_bug.cgi?id=676689
    Resolves: bug 676689
    Bug Description: crash while adding a new user to be synced to windows
    Reviewed by: nkinder (Thanks!)
    Branch: 389-ds-base-1.2.8
    Fix Description: The OpenLDAP ldap_next_entry() function will assert and
    abort if passed a NULL message.  Mozldap ldap_next_entry() will just return
    NULL.  Fix the server to not pass NULL to ldap_next_entry().
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 82b362176a8874ace0fd53e69ca6838d33a4881a)
    
        
file modified
+5 -1