Experimental project

This is a sandbox project, which contains experimental code for developer use only.

In case Domain Access module is used together with Organic Groups they might interfere with each other's node access rules. This module combines node access settings of the Domain Access and Organic Groups modules into a new realm.

Drupal's node access control works in a way that if any module grants access to a node for a specific user account then even if another module would block the access the user will still be able to access the node.

In our case this behavior is not ideal because it might happen that the user browsing our site on a domain where the node was published to and have access to a node that was published only for a specific group s/he is not a member of, because the Domain Access module grants access to the node already.

The issue was originally raised here: http://drupal.org/node/1355272

Project information