LDAP : no user update for the moment, dev for updating user from ldap is not working yet

This commit is contained in:
Maxime Kohlhaas
2013-01-30 16:53:59 +01:00
parent 51800a0dd5
commit da066badc8

View File

@@ -175,7 +175,7 @@ function check_user_password_ldap($usertotest,$passwordtotest,$entitytotest)
// TODO Que faire si update echoue car on update avec un login deja existant.
}
$resultUpdate = $user->update_ldap2dolibarr($ldap);
//$resultUpdate = $user->update_ldap2dolibarr($ldap);
}
}
}