Hello,
I would like to ask you for assistance regarding the following:
Multi-valued attribute sync on LDAP works fine, however it always adds a new value, while we would like it replace method
(on the png example how many values sync added, never replacing never removing)
For instance I have multi valued LDAP attribute “description” and I am adding there two values
- [type=“modify”]
- [timestamp=$EPOH]
Each synchronization I get more and more timestamps, while I’d like to replace it’s value (even all the values would be fine)
Of course I have flagged the attribute as MV and use the delimeter
* "attributes": {
* "cloudDelimiter": ","
* }