Expand my Community achievements bar.

WebService API to manually trigger LDAP-synchronization?

Avatar

Former Community Member

Is there an WebService call to manually trigger the

synchronization of an configured LDAP-Domain with the assigned LC-domain?

i am aware of the Cron-job which can do the same action based on an schedule.

But programmatically creating and/or changing users on the LDAP-side would

behave faster and less resource-prone with using an active-call to re-sync the domain upon request,

rather than (blindly) syncing every 3 minutes

Thanks, Dilettanto

1 Reply

Avatar

Former Community Member

The following call sounds like it would do the job, but it does not.

Newly added users in LDAP do not appear on the LC:RM side

DirectoryManagerServiceService.updateDomain(oDomainToBeSynchedNow);

Dilettanto