[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - configure.zcml:1.8

Stephan Richter srichter@cbu.edu
Sat, 13 Jul 2002 12:53:28 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services
In directory cvs.zope.org:/tmp/cvs-serv9375

Modified Files:
	configure.zcml 
Log Message:
Okay, this is a truely cheesy Authentication Service. You are not able to
specify multiple or different data sources, there are no groups and I
cannot specify roles on the user yet, since Issue 19 has not been
implemented.


=== Zope3/lib/python/Zope/App/OFS/Services/configure.zcml 1.7 => 1.8 ===
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
 <include package=".ServiceManager" />
+<include package=".AuthenticationService" />
 <include package=".LocalEventService" />
 <include package=".ConnectionService" />
 <include package=".RoleService" />