cgrzemba / Posix-Winsync-Plugin-for-389-directory-server

This Plugin syncs Posix attributes between Directoryserver and MS AD
Other
3 stars 2 forks source link

memberuid additions are duplicated and not applied #9

Closed richm closed 12 years ago

richm commented 12 years ago

When you have both member and memberuid attributes populated in AD, when the membership in AD is updated and synced to DS, the memberuid updates are added to the modify list again. This update then fails to be applied to DS, with err=20 (type or value exists) because the update was already applied earlier in the modify list. The code should check to see if the memberuid update is already in the modify list.

richm commented 12 years ago

patch - http://rmeggins.fedorapeople.org/0002-Issue-9-memberuid-additions-are-duplicated-and-not-a.patch