Based on http://groups.drupal.org/node/8567#comment-27028 and similar.

Domain Strict can make people think the module is not working, because it does not document the behvior to expect for anonymous users.

Under Domain Strict, anonymous users can only see content assigned to 'all affiliates.' From the technical side, anon users are given the 'domain_site' grant but no 'domain_id' grants.

Comments

agentrickard’s picture

Status: Active » Fixed

Committed to HEAD.

----
4.  Anonymous and Authenticated Users

Under Domain Strict, only authenticated users (those who have registered)
are given any domain-specific privileges.

Anonymous users will only be able to view content that is assigned to "all
affiliates."

As a result, enabling this module may cause content to disappear from your
site for users who are not logged in.  This is by design.
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.