Luciano Righetti
Luciano Righetti
`-` should be fine, just be sure the strings are a **exact** match. as it is, this plugin does not enroll users on MISP if it exists in Azure AD....
Hello @github-germ Could you check if the changes implemented in these PRs would solve your issue? https://github.com/MISP/MISP/pull/8980 https://github.com/MISP/PyMISP/pull/958
You can apply this patch to MISP: https://github.com/MISP/MISP/pull/8980.patch And this patch to PyMISP: https://github.com/MISP/PyMISP/pull/958.patch MISP branch: https://github.com/righel/MISP/tree/ignore-dup-attrs PyMISP branch: https://github.com/righel/PyMISP/tree/attrs-break-on-dup
As a first measure I would suggest you to update your MISP instance and try again. Version `2.4.137` is extremely old and several bug and security fixes were introduced since...
see PRs: - https://github.com/MISP/MISP/pull/9368 - https://github.com/MISP/MISP/pull/9374 - https://github.com/MISP/MISP/pull/9417
I was having the same issue as @neelancherivishnu, changing the (click) event handler the input for (focus) solved it: https://github.com/guillefd/ionic2-google-maps-autocomplete/blob/master/src/pages/page-gmap-autocomplete/page-gmap-autocomplete.html#L14 This line: `(click)="showModal()" ` change it to: `(focus)="showModal()" ` btw,...
Get a terminal on your MISP instance and run this command: sudo -u www-data /var/www/MISP/app/Console/cake Admin runUpdates If the error persist copy the last relevant logs of the error log...
Hello @EvaYiYang The `/admin/users/login` url does not exist. How did you end up there? the login page is `/users/login`
Hello @paligram Could you please share your last bits of the error log? It's located in `/var/www/MISP/app/tmp/logs/error.log`
It looks like your request payload is incorrect, look for missing headers or invalid json body. Here is a sample curl request to that endpoint: ``` curl --location --insecure --request...