equal
deleted
inserted
replaced
59 searchstr)[0] |
59 searchstr)[0] |
60 except IndexError: |
60 except IndexError: |
61 # no such user |
61 # no such user |
62 raise AuthenticationError() |
62 raise AuthenticationError() |
63 # don't check upassword ! |
63 # don't check upassword ! |
64 return self.extid2eid(user['dn'], 'CWUser', session) |
64 return self.repo.extid2eid(self, user['dn'], 'CWUser', session) |
65 |
65 |
66 def setUpModule(*args): |
66 def setUpModule(*args): |
67 create_slapd_configuration(LDAPUserSourceTC.config) |
67 create_slapd_configuration(LDAPUserSourceTC.config) |
68 |
68 |
69 def tearDownModule(*args): |
69 def tearDownModule(*args): |