djpadz / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

fc6040d Password replication from 389DS to AD fails

Authored and Committed by rmeggins 14 years ago
    Password replication from 389DS to AD fails
    https://bugzilla.redhat.com/show_bug.cgi?id=537956
    Resolves: bug 537956
    Bug Description: Password replication from 389DS to AD2008(64bit) fails, all other replication continues
    Reviewed by: nhosoi (Thanks!)
    Branch: HEAD
    Fix Description: Broken during adding support for openldap API.  I added the
    function slapi_ldap_bind which returns the result code.  The old function
    being used by the winsync code expected the function to return the msgid, which
    is now returned as one of the function arguments instead.
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no