~landscape/zope3/ztk-1.1.3

« back to all changes in this revision

Viewing changes to src/zope/login/configure.zcml

  • Committer: Sidnei da Silva
  • Date: 2010-07-05 21:07:01 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20100705210701-zmqhqrbzad1mhzsl
- Reduce deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configure xmlns="http://namespaces.zope.org/zope">
2
 
 
3
 
  <adapter
4
 
      factory=".http.BasicAuthAdapter"
5
 
      provides="zope.authentication.interfaces.ILoginPassword"
6
 
      for="zope.publisher.interfaces.http.IHTTPCredentials"
7
 
      />
8
 
 
9
 
  <adapter
10
 
      factory=".ftp.FTPAuth"
11
 
      provides="zope.authentication.interfaces.ILoginPassword"
12
 
      for="zope.publisher.interfaces.ftp.IFTPCredentials"
13
 
      />
14
 
 
15
 
</configure>