summaryrefslogtreecommitdiffstats
path: root/ldap/synctools/passwordsync/passsync
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2006-02-20 19:50:29 +0000
committerNathan Kinder <nkinder@redhat.com>2006-02-20 19:50:29 +0000
commit1b2d5f7ff12e263a81dae17bd10d17763afb33ff (patch)
tree2736f0ea63a74ebb5251273799b12817b77d8427 /ldap/synctools/passwordsync/passsync
parentc3c9155d65cfdb2174827c755e53048550b3095e (diff)
Bug(s) fixed: 181827
Bug Description: If you delete an attribute from an entry on AD, the attribute doesn't get deleted on the DS side. The replication code doesn't even notice that the entry changed. Reviewed by: Rich, Noriko, Pete (thanks!) Files: see diffs Branch: HEAD, Directory71Branch Fix Description: The dirsync search control passes back deleted attributes with no values. If you try to add a Slapi_Attr with no values to a Slapi_Entry, it doesn't get added. This fix stuffs the deleted attributes into the deleted attributes list in the Slapi_Entry and checks for them when creating the modification operations to be performed on the local entry. Flag Day: no Doc impact: no QA impact: A regression test needs to be added New Tests integrated into TET: none
Diffstat (limited to 'ldap/synctools/passwordsync/passsync')
0 files changed, 0 insertions, 0 deletions