Actions
Bug #2501
closedUser Filters only apply to Host::Managed
Status:
Closed
Priority:
Low
Assignee:
Category:
Users, Roles and Permissions
Target version:
Description
The current User filtering creates SQL like:
Host::Managed Load (1.0ms) SELECT "hosts".* FROM "hosts" ...
This is a problem, as for a non-admin user to use the Discovery plugin, the User must be able to have permissions on the Host::Discovered object in order to save it as Host::Managed.
Actions