From 388a09619056fd3f9c1697df48b8497470c0989b Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Wed, 1 Dec 2010 22:00:31 +0100 Subject: [PATCH] Must match signature of Horde_Auth_Ldap. --- framework/Auth/lib/Horde/Auth/Msad.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.11.0