Bug 54458 - Multivalue attributes are not synced correctly
Multivalue attributes are not synced correctly
Status: NEW
Product: Z_Internal OX development
Classification: Unclassified
Component: Listener
UCS 4.4 / 7.10.5
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-02-15 18:11 CET by Sönke Schwardt-Krummrich
Modified: 2022-02-16 14:37 CET (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.091
Enterprise Customer affected?: Yes
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2022021421000372
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sönke Schwardt-Krummrich univentionstaff 2022-02-15 18:11:06 CET
Multivalue LDAP attributes ("ldap2oxmulti") are not synced correctly to OX:
Only set values are synced to OX, but not the removal of values
→ "telephoneNumber" is mapped to --telephone_business, --telephone_business2, --telephone_business3

If 3 values are stored on "telephoneNumber" and correctly synced to OX and then 2 of 3 values in "telephoneNumber" are removed, the removal of values is not synced to OX and there are still 3 values set:

Step 1 (set telephoneNumber)
LDAP values:
  telephoneNumber: 123
  telephoneNumber: 456
  telephoneNumber: 789
→
Values in OX:
  telephone_business: 123
  telephone_business: 456
  telephone_business: 789

Step 2 (remove values):
LDAP values:
  telephoneNumber: 123
→
Values in OX:
  telephone_business: 123
  telephone_business: 456
  telephone_business: 789