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 #1

Updated by Ondřej Kopr over 6 years ago

  • Status changed from New to Needs feedback
  • Assignee changed from Ondřej Kopr to Vít Švanda
  • % Done changed from 0 to 70

Please Vitek could you make a review of the fix? Thanks.

commit: https://github.com/bcvsolutions/CzechIdMng/commit/2800af639536769b791564088953c1566354b55b

Actions #2

Updated by Ondřej Kopr over 6 years ago

Actions #3

Updated by Vít Švanda over 6 years ago

  • Status changed from Needs feedback to Resolved
  • Assignee changed from Vít Švanda to Ondřej Kopr
  • % Done changed from 70 to 100

I did review. Looks nice, thanks for that.

Actions #4

Updated by Ondřej Kopr over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF