From da2e6d586f4b417b396b1f3881d7da81dd2ea9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 2 Mar 2009 09:47:18 +0000 Subject: [PATCH] bugfix with admin bind() git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1354 44740490-163a-0410-bde0-09ae8108e29a --- modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php b/modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php index c94d4b224..d6780b282 100755 --- a/modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php +++ b/modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php @@ -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) { -- GitLab