You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-01-31 01:05:14

rkarpinski
Member
Registered: 2022-12-12
Posts: 8

GLPI 10.0.6 - OCSNG Plugin 2.0.4 - Problem with mass computer delete

Hello,
I have problem with deleting computer in mass action.
When I try to do this I get error like on print screen.
I can't see anywhere in release notes that I have to grant sync user for DELETE
Maybe someone can help me with this issue.

Info about sync user:

mysql> SELECT user,host FROM mysql.user;
+------------------+-----------+
| user             | host      |
+------------------+-----------+
| glpi             | %         |
| sync             | %         |
| mysql.infoschema | localhost |
| mysql.session    | localhost |
| mysql.sys        | localhost |
| ocs              | localhost |
| root             | localhost |
+------------------+-----------+
mysql> show grants for 'sync'@'%';
+----------------------------------------------------------------+
| Grants for sync@%                                              |
+----------------------------------------------------------------+
| GRANT USAGE ON *.* TO `sync`@`%`                               |
| GRANT SELECT ON `ocsweb`.* TO `sync`@`%`                       |
| GRANT DELETE ON `ocsweb`.`deleted_equiv` TO `sync`@`%`         |
| GRANT UPDATE (`CHECKSUM`) ON `ocsweb`.`hardware` TO `sync`@`%` |
+----------------------------------------------------------------+

zrzut.png

Last edited by rkarpinski (2023-01-31 01:09:01)

Offline

Board footer

Powered by FluxBB