Re: multi-tenant domain configuration

2018-07-23 Thread Wyllys Ingersoll
Using the 2.1.1-SNAPSHOT build, I am now able to login to the 2nd domain as the default "admin" account, but I cannot login using any other accounts even if those accounts are assigned a role with all of the privileges. You can see the same error on the demo vm using login "testadm/password2" in

Re: 'Null' External fields are not updating in syncope during PULL task

2018-07-23 Thread Andrea Patricelli
Hi Indhupriya, which version of Syncope are you running? Do you confirm that other fields (with values) are correctly updated? Best regards, Andrea Il 23/07/2018 15:10, indhupriya ha scritto: Hi, When an existing field is updated as "Null" in external resource such as "LDAP or MySQL", PULL

Re: Avoid any propagation to external resources during the night

2018-07-23 Thread Andrea Patricelli
Hi Alireza, Your code unfortunately does not work because it does not really update conninstance capabilities. The fastest way to achieve your goal is to throw an IgnoreProvisionException [1] in the if body. HTH, Andrea Best regards, Andrea [1]

Avoid any propagation to external resources during the night

2018-07-23 Thread alireza ranjbaran
Hi dears, Based on our user management policy nothing should be changed at night (00:00 ~ 6:00) in the Active Directory. I tried below code in PropagationActions to implement that in syncope but it does not worked. Could you please give me any hint ? @Override public void before(final

'Null' External fields are not updating in syncope during PULL task

2018-07-23 Thread indhupriya
Hi, When an existing field is updated as "Null" in external resource such as "LDAP or MySQL", PULL task is not changing the field as 'NULL' in Syncope and retain the deleted field content. But, when a field is edited to some other value, the changed value is updated. Is there a way to update the

Re: Syncope 'Task' table is very large / Too big. How to reduce it?

2018-07-23 Thread indhupriya
Hi Andrea, Sorry for the delay in response and Thanks for the detailed explanation and solution. After changing the 'log' level as suggested, now the 'task' table is stable. Thanks, Indhupriya -- Sent from: http://syncope-user.1051894.n5.nabble.com/