I'm using Drupal for a company site of about 100, with a small number of shareholders. I need to allow shareholders access to sensitive information.

I'm hoping I can grab the variable for the different access control role's but i'm not seeing how yet.

Any help would be appreciated.

Comments

chweifly’s picture

"Taxonomy Access Control" maybe what you want.

http://drupal.org/project/taxonomy_access

langworthy’s picture

this looks like it. Thanks.

langworthy’s picture

I created a category with two terms. In category permissions I allowed one role access to one of the terms, and another to both of the terms.

I created two nodes with a different category each.

The problem is that both roles can see both the nodes. The one role which is not supposed to see one of the nodes does see the content of the node but not the term associciated with it.

langworthy’s picture

This seems to be category level access control. Is there node level access control based on categories?