Signed commit

This commit is contained in:
Viharm 2023-08-13 18:52:19 +00:00
parent c81a4a426c
commit 59966c6cd2
No known key found for this signature in database
GPG Key ID: B419E4B53A6D5E18
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class User
// Delegate the authentication to the PsmLDAPauth module.
// If LDAP auth fails or if library not found, fall back to native auth
include_once($ldaplibpath);
$ldapauthstatus = psmldapauth($user_name, $user_password, $GLOBALS['sm_config'], $this->db_connection, $this->getUserByUsername($user_name));
$ldapauthstatus = psmldapauth($user_name, $user_password, $GLOBALS['sm_config'], $this->db_connection, $this->getUserByUsername($user_name));
}
}