Hi Vadim, Do you think it would be worth-while to have a configuration option of being able to provide a list of hosts each user is allowed to query? This is something that I am trying to find the time to do. It would have the added benefit of making the host-table for that user statically generated and would greatly remove the need for caching the host-table for those users that are limited.
/Jason On Jul 21, 2006, at 4:10 PM, Vadim Pushkin wrote: > All; > > I was wondering if anyone has gotten the user_access table to > actually work? > > My user_access table looks like the following: > > mysql> select * from user_access; > +----------+--------------+--------+ > | username | actionname | access | > +----------+--------------+--------+ > | user1 | add_user | FALSE > | user1 | edit_user | FALSE > | user1 | reload_cache | TRUE > | user1 | edit_acl | FALSE > | user2 | add_user | FALSE > | user2 | edit_user | FALSE > | user2 | reload_cache | TRUE > | user2 | edit_acl | FALSE > +----------+--------------+--------+ > > The admin user, which is not stored in this table, has full rights, > as it > should. All other users, listed within this table, are shown to > have the > rights as either FALSE or TRUE, but in fact can de anything they wish, > regardless of what the value is under 'access' on this table. > > Thanks all, I know that their are far more important issues at > hand with > regards to this project, but I need to establish this in a working > environment asap. > > .vp > > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Php-syslog-ng-support mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Php-syslog-ng-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

