ez.no / ezpublish / documentation / customization / access control / access control management
These documentation pages are no longer maintained. Please visit the new documentation site.
eZPublish provides several instruments to control
The following list comprises these various instruments:
With the access control framework mentioned above you may deploy almost any conceivable authorisation regime you like.
In the following passages, you find
... soon to come ;-)
We distinguish two kinds of instruments to manage authorization issues with eZPublish 3, i.e.
The general method to grant unlimited access to a system resource is to declare a policy omit statement in site.ini.append files for all or only for specific site accesses.
With a policy omit statement, you simply switch off the role and policy-based authentication control framework for a given system function. Hence a policy omit statement allows everyone to access the resource irrespective of his or her user rights.
Policy omit statements are not designed to be used extensively. They are there for two rather pragmatic reasons:
With these two fields of application for Policy Omit Statements in mind, you should generally use them to grant unlimited access to the following system functions, even if you are going to setup a rather paranoic authorization regime later on:
PolicyOmitList[]=user/login
PolicyOmitList[]=user/logout
PolicyOmitList[]=user/success
PolicyOmitList[]=layout
PolicyOmitList[]=ezinfo
Place these statements in your - global - site.ini.append file (settings/override - directory), if you don't have good reasons to make more sophisticated use of Policy Omit Statements in different Site Access - definitions.
In contrary to policy omit statements, site access rules are the general instrument to prevent access to system resources.
... more to come soon ;-)
Roles apply a set of policies to a set of users and/or user groups.
A policy depending on the module, can dictate access to module level and sometimes function level. Each policy can apply to a particular Subtree, Node, or a Section; or a combination there-of.
Comments
"more to come...?"
Mindshare Interactive Campaigns
Thursday 02 June 2005 5:10:44 pm
Also - why would you apply a policy to a node/subtree/section? When would you want just one? When 2? When all 3? When none?
Thanks,
Another Satisfied EZP Customer