Skip to content
Snippets Groups Projects
Commit da2e6d58 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

bugfix with admin bind()

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1354 44740490-163a-0410-bde0-09ae8108e29a
parent 2250eaeb
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ class sspmod_ldapstatus_Auth_Backend_Test_StandardLDAPTest extends sspmod_feide_
try {
$tester->tick('adminBind');
$this->adminBind($this->location->hasValue('adminUser'), $this->location->hasValue('adminPassword'));
$this->adminBind($this->location->getString('adminUser'), $this->location->getString('adminPassword'));
$result['adminBind'] = array(TRUE,$tester->tack('connect'));
} catch (Exception $e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment