projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729bc17
)
Must match signature of Horde_Auth_Ldap.
author
Gunnar Wrobel
<p@rdus.de>
Wed, 1 Dec 2010 21:00:31 +0000
(22:00 +0100)
committer
Gunnar Wrobel
<p@rdus.de>
Wed, 1 Dec 2010 21:10:18 +0000
(22:10 +0100)
framework/Auth/lib/Horde/Auth/Msad.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth/Msad.php
b/framework/Auth/lib/Horde/Auth/Msad.php
index
132e099
..
d9ebcc6
100644
(file)
--- 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();