1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update init.php

This commit is contained in:
ericgaspar 2022-02-23 16:00:22 +01:00
parent a469fd313c
commit 2a53b0f574
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -222,7 +222,7 @@ class Auth_Ldap extends Plugin implements IAuthModule {
* @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')) {