You are not logged in.
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`@`%` |
+----------------------------------------------------------------+
Last edited by rkarpinski (2023-01-31 01:09:01)
Offline