<div class="commit-subject">Hi Rich,<br /><br />this breaks the current implementaion for posix-winsync:<br /><br />Bug 716980 - winsync uses old AD entry if new one not found<span class="decoration"></span></div>https://bugzilla.redhat.com/show_bug.cgi?id=716980
<br />Resolves: bug 716980
<br />Bug Description: winsync uses old AD entry if new one not found
Reviewed by: nhosoi (Thanks!)
<br />Branch: master
<br />Fix Description: Clear out the old raw_entry before doing the search.  This
will leave a NULL in the raw entry.  winsync plugins will need to handle a
NULL for the raw_entry and/or ad_entry.<br /><br />In the moment posix_winsync_pre_ds_mod_user_cb returns imediataly on raw_entry == NULL<br />How should the plugin handle the NULL for raw_entry?<br /><br />Carsten