[Zope3-checkins] CVS: Zope3/src/zope/app/services/pluggableauth - configure.zcml:1.6

Naveen P pnaveen at zeomega.com
Thu Dec 18 04:57:45 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv29648/services/pluggableauth

Modified Files:
	configure.zcml 
Log Message:
Applied the containment constraints on the PluggableAuthorisationService, PrincipalSource, Registration Manager and Adapter Registration.


=== Zope3/src/zope/app/services/pluggableauth/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/services/pluggableauth/configure.zcml:1.5	Fri Aug 22 16:02:20 2003
+++ Zope3/src/zope/app/services/pluggableauth/configure.zcml	Thu Dec 18 04:57:14 2003
@@ -11,13 +11,16 @@
         interface="
   zope.app.interfaces.services.pluggableauth.IPluggableAuthenticationService"
         />
+<!--
     <allow
         interface="zope.app.interfaces.container.IReadContainer"
         />
+
     <require
         permission="zope.ManageServices"
         interface="zope.app.interfaces.container.IWriteContainer"
         />
+-->
     <require
         permission="zope.ManageServices"
         interface="zope.app.interfaces.container.IAddNotifiable"




More information about the Zope3-Checkins mailing list