From dbef22d0d7cbe68e887f6cfa76fe390e129ee275 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Feb 2022 13:49:30 +0100 Subject: [PATCH] Revert "Update init.php" This reverts commit ebdce0781428ba185266a29dc9f0aa1f1aa92dff. --- sources/auth_ldap/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/auth_ldap/init.php b/sources/auth_ldap/init.php index ff4ac46..da5e1e1 100755 --- a/sources/auth_ldap/init.php +++ b/sources/auth_ldap/init.php @@ -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')) {