Ignore:
Timestamp:
8 Aug 2013, 09:22:56 (11 years ago)
Author:
uli
Message:

Implement different backend config for kofa authenticator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/authenticators.py

    r10462 r10474  
    117117    name = 'kofa1'
    118118
    119     def __init__(self, auth_services=None):
    120         self.services = auth_services
     119    def __init__(self, auth_backends=None):
     120        self.backends = auth_backends
    121121
    122122    def check_credentials(self, username='', password=''):
Note: See TracChangeset for help on using the changeset viewer.