
pavolgocal (Customer) to rsaSFDCadmin (RSA): asked a question.
Active Directory - clear attribute with multiple values
Hello guys,
when AD account is disabled, we need to clear attribute "showInAddressBook".
I am familiar with "remove_attributeName" syntax for clearing the AD
Attribute, where the value of "remove_attributeName" must be the same as it is
in AD to clear the attribute. But when the attribute has multiple values, like
this:

And I collect the attribute values, IGL collects only 1 of 5 values (in this
case the last one):

how can I clear the AD showInAddressBook attribute when there are multiple
values?
Thank you for the help.
when AD account is disabled, we need to clear attribute "showInAddressBook".
I am familiar with "remove_attributeName" syntax for clearing the AD
Attribute, where the value of "remove_attributeName" must be the same as it is
in AD to clear the attribute. But when the attribute has multiple values, like
this:

And I collect the attribute values, IGL collects only 1 of 5 values (in this
case the last one):

how can I clear the AD showInAddressBook attribute when there are multiple
values?
Thank you for the help.
if you just provision any value to a multi value attribute without the add_
syntax it will clear all the rest of the stored multivalues (maybe remove
without the remove_ might also just clean up the whole attribute). Than you
could first provision some dummy value or maybe even '' as value for the
multivalues attribute.