Project

General

Profile

Bug #2501

Updated by Dominic Cleal over 10 years ago

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.

Back