My current organization have created this plugin as describe by med https://www.rest-solution.com/
Hi, I have Synchro Data Source for User object but during sync the User gets recreated and the Dashboard is lost (reverts to the default). How do you suggest to go around this issue? I thought of downloading the Dashboard and uploading it again but I see no UserDashboard as a Target class for Synchro Data Source. Regards, Joebert Sent from Mail for Windows 10
Hi, In my Synchro Data Source using User Target class, some users gets recreated on a sync and the Dashboard is lost. I was thinking of downloading the Dashboard and sync it again after User sync. But there is no option for Synchro Data Source to use UserDashboard as Target class. What is the better way to solve this problem? Regards, Joebert
your user_query is wrong. you use & but you only got one filter. just use (samaccountname=%1$s)
your user_query on config-itop.php is wrong. if you are using AD then it is most probably 'user_query' => '(sAMAccountName=%1$s)'
try to use UPN for default_user especially if it looks like an email
'host' => 'ldaps://hostname:636', 'port' => 636,