Hi all, Here are some more questions I have about propagation/synchronization (all using 1.1.0-SNAPSHOT)
1) I have a H2 backend that I can propagate and synchronize successfully to/from in Syncope. However, when I create a new user in Syncope and propagate to the backend, the password shows up as "null" in the table, even though my Resource has a mapping for the password. Is this expected or is there something obviously wrong I'm doing here? 2) What is the expected behaviour when the primary key / username of a user changes in the backend? For my Apache DS backend, nothing happens in Syncope. For my H2 backend, a new user appears with the changed username in Syncope, but the old username remains in the user list. 3) What is the expected behaviour when importing a user from multiple resources? So let's say I import a user from a ldap backend, and now I want to import a user with the same name from an sql backend. Is there any way to "merge" the two backends into a single Syncope user? Thanks, Colm. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
