Suppress warning errors and check the environment before using ldap
tm8544 opened this issue · 1 comments
tm8544 commented
I think there is still a problem in application/libraries/Ldap_client.php after 3f39861.
I have ldap_is_active = 0
in settings.
When I try to login to backoffice with false credentials, I get The LDAP extension is not loaded
, but I think I should get Invalid credentials provided, please try again
.
Should $this->check_environment();
on line 87 be after
$ldap_is_active = setting('ldap_is_active');
if (!$ldap_is_active) {
return null;
}
in lines 89-93?
alextselegidis commented
Hello!
Thanks for submitting this.
All LDAP calls are now suppressed so that errors render correctly and the app works even without the plugin.
Alex Tselegidis, Easy!Appointments Creator Need a customization? Get a free quote! |