Hi,

- Set the "verbose-security" option in your buildout, see
http://pypi.python.org/pypi/plone.recipe.zope2instance/4.2

or change it directly in your instance's zope.conf :

security-policy-implementation python
verbose-security on

Restart your instance in foreground mode, remove as Manager the
"Unauthorized" exception from the error_log object.

Try to go to the home page as member, the missing permission should appear
in the console.

Otherwise, iw.rejectanonymous could be your friend if you want to show your
site to authenticated users only.
http://pypi.python.org/pypi/iw.rejectanonymous/1.0.2

HTH
-- 
Gilles Lenfant


Le 14 décembre 2011 14:20, Maarten Nieber <[email protected]> a écrit :

> Hi,
>
> I thought I had my site root permission problems solved, but alas no.
> On my remote server, a Test User with the Member role cannot see the site
> root,
> even though this user has the View permission on the site root. I used the
> ZMI
> security tab to request the permissions of Test User in the site root, and
> he
> has the View permission there.
>
> Strange enough, in my localhost this problem does not occur.
> Therefore, I used meld to compare the permissions in the site-root on
> localhost
> to the permissions on the remote host. In both cases, the permissions are
> the
> same (I'm pasting the result of the security tab in the ZMI below)
>
> Any ideas why I cannot see the site root with Test User on the remote
> server?
>
> (as I explained in a previous thread, before I "solved" the problem by
> giving
> normal users the Reader role, but this approach turned out to be a bad
> idea)
>
> Thanks!
> Maarten
>
>
> Plone Site at  /ra
> This listing shows the permissions and roles for particular user in the
> context
> of the current object.
>
> User account : [email protected]
> User account defined in: /ra/acl_users
>
> Roles
> Authenticated
> Member
> Roles in context
> Authenticated
> Member
>
> Allowed permissions
> Access Transient Objects
> Access contents information
> Access session data
> Add portal events
> Add portal member
> Allow sendto
> Archetypes Tests: Protected Type View
> Archetypes Tests: Protected Type Write
> Copy or Move
> Kupu: Manage libraries
> Kupu: Query libraries
> List portal members
> List undoable changes
> Mail forgotten password
> Portlets: Manage own portlets
> Portlets: View dashboard
> Reply to item
> Search ZCatalog
> Set own password
> Set own properties
> Use Database Methods
> Use external editor
> View
> View Groups
> WebDAV access
>
>
> _______________________________________________
> Product-Developers mailing list
> [email protected]
> https://lists.plone.org/mailman/listinfo/plone-product-developers
>



-- 
-- 
Gilles LENFANT
Ingénieur avant-vente - Architecte senior
ALTER WAY SOLUTIONS
T : 01 78 15 24 00
F : 01 46 02 44 04

Téléchargez notre nouveau livre blanc "Python, le développement autrement"
http://www.alterway.fr/publications/python-le-developpement-autrement

1 rue Royal, Bat. D
227, les Bureaux de la Colinne
92210 Saint Cloud
http://www.alterway.fr/solutions
_______________________________________________
Product-Developers mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-product-developers

Reply via email to