Some days ago I needed a node access module for a 5.x site. I didn't want to misuse taxonomy for controlling node access, so I looked out for alternatives. Nothing was really satisfying me, so in the end I wrote a new one...
So this module allows you to manage permissions for content types by role and author. It allows
you to specify custom view, edit and delete permissions for each content type. Optionally you
can also enable per node access settings, so you can customize the access for each node.
In particular
So the module is simple to use, but can be configured to provide really fine-grained permissions!
Drupal project: http://drupal.org/project/content_access
Add new comment