You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/10/31 16:17:42 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/config/ac ac.xconf

andreas     2003/10/31 07:17:42

  Modified:    src/webapp/lenya/pubs/default/config/ac ac.xconf
  Log:
  reflecting changes to access control
  
  Revision  Changes    Path
  1.4       +18 -5     cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/ac.xconf
  
  Index: ac.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/ac/ac.xconf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ac.xconf	30 Jul 2003 13:21:39 -0000	1.3
  +++ ac.xconf	31 Oct 2003 15:17:42 -0000	1.4
  @@ -1,10 +1,23 @@
   <?xml version="1.0"?>
   
  -<access-controller type="publication-file">
  -	<authorizer type="usecase">
  -		<config-file src="context:///lenya/pubs/default/config/ac/usecase-policies.xml"/>
  -	</authorizer>
  -  <accreditable-manager>
  +<access-controller type="bypassable">
  +  
  +  <accreditable-manager type="file">
       <parameter name="directory" value="context:///lenya/pubs/default/config/ac/passwd"/>
     </accreditable-manager>
  +  
  +  <policy-manager type="document">
  +    <policy-manager type="file">
  +      <parameter name="directory" value="context:///lenya/pubs/default/config/ac/policies"/>
  +    </policy-manager>
  +  </policy-manager>
  +  
  +  <authorizer type="policy"/>
  +  
  +  <authorizer type="usecase">
  +  	<parameter name="configuration" value="context:///lenya/pubs/default/config/ac/usecase-policies.xml"/>
  +  </authorizer>
  +  
  +  <authorizer type="workflow"/>
  +  
   </access-controller>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org