> Hi Cl?ment,
> As I understand the source attribute you map into 2 destination
> attributes is "SAMAccountName".
>
> 1) Just map both (or more) destination attributes in the
> mapSAMAccountName() function :
> ...
> mapString(doc, "uid", FrenchFilters.filterString(value));
> mapString(doc, "userPassword", "{SASL}" + valTmp + "@example.com");
> ...
>
> 2) Get the value of the attribute from the source object class (soc):
> mapString(doc, "uid", soc.getSAMAccountName());
The first solution works fine, but I had to put an empty mapUserPassword
method in the bean.
> PS: Thanks for using the new mailing lists :)
You're welcome.
Cl?ment.