Project

General

Profile

Actions

Task #825

closed

Multivalued attribute with null values

Added by Ondřej Kopr over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Ondřej Kopr
Category:
Attribute mapping
Target version:
Start date:
11/07/2017
Due date:
% Done:

100%

Estimated time:
Owner:

Description

After transform multivalued attribute script return null value, method convertIcAttribute in ConnIdIcConvertUtil return null value and into Attributes is null value see example:

before:

[
  IcAttributeImpl [name=ldapGroups, values=[]],
  IcAttributeImpl [name=uid, values=[test_test]],
  IcAttributeImpl [name=manager, values=null]
]

After:

[
  null,
  Attribute: {Name=ldapGroups, Value=[]},
  Attribute: {Name=uid, Value=[test_test]}
]

Actions

Also available in: Atom PDF