We are trying to do access control, attaching taxonomy terms to both users and nodes, using 3 vocabularies.
There are 2 great Drupal 7 modules that alow taxonomy access control: Taxonomy Access (based on roles) and TAC Lite (based on users).
But both modules use OR logic when using multiple vocabularies, while we need to match all them.
Is there any alternative or recommended approach to get access control between users and nodes through matching of all associated categories (using taxonomies or not) ?
Thanks!