From 6806f4bd9e47572e9b4c1dcdddd6298cdd698dc7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 2 Jun 2007 17:44:41 +0000 Subject: [PATCH] =?UTF-8?q?ldap2dolibarr=20:=20mise=20=E0=20jour=20du=20lo?= =?UTF-8?q?gin=20dolibarr=20si=20le=20login=20ldap=20=E0=20chang=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 2 +- htdocs/main.inc.php | 5 +++-- htdocs/user.class.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index f20a9539bbf..b08c12d0eaa 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Jean-Louis Bergamo - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Christophe Combelles diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 0f2dcddc9d8..b4aecfc67f7 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Xavier Dutoit - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2005-2007 Regis Houssin @@ -386,7 +386,8 @@ if (! session_id() || ! isset($_SESSION["dol_login"])) //TODO: on vérifie si le login ŕ changer et on met ŕ jour les attributs dolibarr if ($user->login != $ldap->login) { - + $user->login = $ldap->login; + $user->update(); } //$resultUpdate = $user->update_ldap2dolibarr($attributs); } diff --git a/htdocs/user.class.php b/htdocs/user.class.php index e427bd6337e..e123c413e6d 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -4,7 +4,7 @@ * Copyright (c) 2004-2007 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier - * Copyright (C) 2005-2006 Regis Houssin + * Copyright (C) 2005-2007 Regis Houssin * Copyright (C) 2005 Lionel Cousteix * * This program is free software; you can redistribute it and/or modify