I want to use both TAC Lite, and domain access on a site, so that if just one of the modules denies access, then it realy is removed for the "user" ?
as it is Drupal use OR on access control, so if just one module allows access, then it is given. However I want to use AND, in my access control, so that it is denied if one module denies access, regardless of what other modules thinks.
How can I accomplish this, wihtout hacking core, in Drupal 7? (in D6 there was module grants that took care of this... but it's not compatible with D7)
/ Thomas