Closed (fixed)
Project:
Taxonomy Access Control Lite
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2007 at 13:55 UTC
Updated:
9 Mar 2007 at 17:26 UTC
I can't figure out where TAC Lite store my data. I'm searching to understand why it seems that it's not possible to associate roles with term that are not "leafs" of my terms tree (see also http://drupal.org/node/90989), so I looked in node_access and found that when the realm is tac_lite, gid points to a term id. But I can't find the link between terms and roles.
In other words, where are the informations I insert in Access Control By Taxonomy -> Role Based Privileges? How can Drupal know that a user (that belongs to a role) can/cannot access a node?
Comments
Comment #1
pixel13 commentedOK, I found myself the solution. I didn't knew that Drupal uses the variable table to store some values that goes in the $conf global variable. For index 'tac_lite_default_grants', $conf contains an array that store the informations I was looking for (i.e. the user x is associated with term y and so on).