mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
* [FIX] Fixed issue when logging an event from the LDAP module. Solves #386. Thanks to @MAndretti for the feedback
This commit is contained in:
@@ -431,7 +431,7 @@ abstract class LdapBase implements LdapInterface, AuthInterface
|
||||
|
||||
if (!$this->searchBase || !$this->server || !$this->bindDn || !$this->bindPass) {
|
||||
$this->LogMessage->setAction(__FUNCTION__);
|
||||
$this->LogMessage->setDescription(__('Los parámetros de LDAP no están configurados', false));
|
||||
$this->LogMessage->addDescription(__('Los parámetros de LDAP no están configurados', false));
|
||||
$this->writeLog();
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user