We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b629 commit 291ec1eCopy full SHA for 291ec1e
apps/user_ldap/lib/Controller/ConfigAPIController.php
@@ -250,7 +250,7 @@ public function testConfiguration(string $configID) {
250
$this->ensureConfigIDExists($configID);
251
$connection = $this->connectionFactory->get($configID);
252
$conf = $connection->getConfiguration();
253
- if ($conf['ldap_configuration_active'] === '0') {
+ if ($conf['ldap_configuration_active'] !== '1') {
254
//needs to be true, otherwise it will also fail with an irritating message
255
$conf['ldap_configuration_active'] = '1';
256
}
0 commit comments