Andrew Perella writes:
Here is a bit more info.
For site 1 I have 3 users: tuser - all access except zope admin stuff man - all access except zope admin stuff superuser - all access
for site 2 I have another acl_users folder defining only man - all access except zope admin stuff superuser - all access
Are you saying that the only way to get aquisition to work is if site1 is accessible by anonymous. Acquisition will work perfectly, but Zope's security subsystem will not let you access the objects.
If so can I create this hierarchy?:
site0 (with anonymous access - but not really a site at all just uncluding all components needed by site1 and site2 such as dtml methods and python scripts etc) site1 (with access to tuser,manmsuperuser) site2 (with access to man and superuser) I would expect this...
Dieter