server/test/unittest_ldapuser.py
branchstable
changeset 7697 ef50074a0314
parent 7683 a21e24831ae4
child 7791 31bb51ea5485
equal deleted inserted replaced
7695:2f6e37661cf6 7697:ef50074a0314
    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):