diff --git a/modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php b/modules/ldapstatus/lib/Auth/Backend/Test/StandardLDAPTest.php index c94d4b224f5e45d025bf8a77762f18af943ac98c..d6780b282732b81e976635ded62f90901d60e30e 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) {