From: Gunnar Wrobel
Date: Wed, 1 Dec 2010 21:00:31 +0000 (+0100) Subject: Must match signature of Horde_Auth_Ldap. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=388a09619056fd3f9c1697df48b8497470c0989b;p=horde.git Must match signature of Horde_Auth_Ldap. --- diff --git a/framework/Auth/lib/Horde/Auth/Msad.php b/framework/Auth/lib/Horde/Auth/Msad.php index 132e0995c..d9ebcc6b2 100644 --- a/framework/Auth/lib/Horde/Auth/Msad.php +++ b/framework/Auth/lib/Horde/Auth/Msad.php @@ -150,7 +150,8 @@ class Horde_Auth_Msad extends Horde_Auth_Ldap * * @throws Horde_Auth_Exception */ - public function updateUser($oldId, $newId, $credentials) + public function updateUser($oldId, $newId, $credentials, $olddn = null, + $newdn = null) { /* Connect to the MSAD server. */ $this->_connect();