Must match signature of Horde_Auth_Ldap.
authorGunnar Wrobel <p@rdus.de>
Wed, 1 Dec 2010 21:00:31 +0000 (22:00 +0100)
committerGunnar Wrobel <p@rdus.de>
Wed, 1 Dec 2010 21:10:18 +0000 (22:10 +0100)
framework/Auth/lib/Horde/Auth/Msad.php

index 132e099..d9ebcc6 100644 (file)
@@ -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();