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

pixel13’s picture

Status: Active » Closed (fixed)

OK, 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).