Getting back to the complete command, we can see that we first defined that the attribute is an array, then we named the property, next told it to fetch the values of the memberof attribute for the specified user(s) and finally separated the values with a semi colon (in the end we a...
field.setAttribute(item.getText(2)); field.setFetchAttributeAs(LDAPInputField.getFetchAttributeAsByDesc(item.getText(3))); field.setSortedKey(BaseMessages.getString(PKG,"System.Combo.Yes").equalsIgnoreCase(item.getText(4))); field.setType(ValueMeta.getType(item.getText(5))); ...