[Zope3-checkins] SVN: ldapauth/trunk/configure.zcml Added cache view
Roger Ineichen
roger at projekt01.ch
Mon Jul 12 20:34:17 EDT 2004
Log message for revision 26438:
Added cache view
Changed:
U ldapauth/trunk/configure.zcml
-=-
Modified: ldapauth/trunk/configure.zcml
===================================================================
--- ldapauth/trunk/configure.zcml 2004-07-13 00:32:42 UTC (rev 26437)
+++ ldapauth/trunk/configure.zcml 2004-07-13 00:34:17 UTC (rev 26438)
@@ -6,12 +6,23 @@
>
<content class=".LDAPPrincipalSource">
+
<factory
- id="ldapauth.source.LDAPPrincipalSource"/>
- <allow interface=".interfaces.ILDAPBasedPrincipalSource"/>
+ id="ldapauth.source.LDAPPrincipalSource" />
+
+ <allow
+ interface=".interfaces.ILDAPBasedPrincipalSource" />
+
+ <implements
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
+
+ <implements
+ interface="zope.app.cache.interfaces.ICacheable" />
+
<require
permission="zope.ManageContent"
- set_schema=".interfaces.ILDAPBasedPrincipalSource"/>
+ set_schema=".interfaces.ILDAPBasedPrincipalSource" />
+
</content>
<!-- add browser views -->
More information about the Zope3-Checkins
mailing list