Posted by nicknickoli on May 15, 2008 at 8:15pm
Hi, I've just set up a couple of views for different users and roles. A couple of them are for CMs only but anonymous users are getting access. Has anyone encountered this before? We've got the particular roles set on the view/edit
Drupal 5.2... Node_access module.
Thanks!

Comments
access controll > view all views
Found it there!
Try uninstalling Node_access
Try disabling the node node_access module, and then disabling and re-enable views. This should rebuild the node_grants for the views.
That should get the view permissions working.
If reinstalling node_access breaks the views permissions, then that is your problem.
Modules that control access should re_build the grants table when disabled / enabled
To me it sounds like node_access is not using db_rewrite or something like that, and setting the grants view to enables for all nodes.