mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
parent
ebdce07814
commit
dbef22d0d7
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class Auth_Ldap extends Auth_Base {
|
|||
* @param string $password User's password
|
||||
* @return boolean
|
||||
*/
|
||||
function authenticate($login, $password) {
|
||||
function authenticate($login, $password, $service='') {
|
||||
if ($login && $password) {
|
||||
|
||||
if (!function_exists('ldap_connect')) {
|
||||
|
|
Loading…
Reference in a new issue