MHMDhub / enterprise-log-search-and-archive

Automatically exported from code.google.com/p/enterprise-log-search-and-archive
0 stars 0 forks source link

Insufficient privileges for querying any host_id #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Added a group to mysql groups table
2. Added mapping for the username to new group id in users_groups_map table
3. Added groupname in /etc/elsa_web.conf :
   "allowed_groups": [
       "system",.
       "admin",.
       "fabict".
   ],

Now whe ik log on as the new user, I get the error message: Insufficient 
privileges for querying any host_id

version2.8.1 on debian 7

My goal is to add a username wich has all query access but no admin access. 

Original issue reported on code.google.com by towelda...@gmail.com on 13 Jun 2013 at 1:53

GoogleCodeExporter commented 8 years ago
You will need to assign privileges to the newly added group via the web 
interface.  Set host to 0.0.0.0 (all hosts) and class to zero.

Original comment by mchol...@gmail.com on 14 Jun 2013 at 3:29