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

Reply via email to