Skip to content

Commit db2efd6

Browse files
committed
Fix one more get* config method
1 parent 924caed commit db2efd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Auth/Process/BaseFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function __construct(array &$config, $reserved)
204204
$this->config = \SimpleSAML\Configuration::loadFromArray($config, 'ldap:AuthProcess');
205205

206206
// Set all the filter values, setting defaults if needed
207-
$this->base_dn = $this->config->getOptionalArrayizeString('ldap.basedn', '');
207+
$this->base_dn = $this->config->getOptionalArrayizeString('ldap.basedn', []);
208208
$this->product = $this->config->getOptionalString('ldap.product', '');
209209

210210
// Cleanup the directory service, so that it is easier for

0 commit comments

Comments
 (0)