Skip to content
Snippets Groups Projects
Commit 18b8ec72 authored by Arne Schröder, M. A.'s avatar Arne Schröder, M. A. Committed by André Noack
Browse files

Resolve "ILIAS-Schnittstelle: Fehler bei Wiederherstellen von LDAP-Accounts"

Closes #941
parent b76d2a7a
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,8 @@ class ConnectedIlias
$this->ilias_config['ldap_enable'] &&
($this->user->auth_plugin != 'standard') &&
($this->user->auth_plugin == $this->ilias_config['ldap_enable'])) {
$this->user->id = $user_exists;
$this->user->login = $user_data["login"];
$this->user->setConnection($this->user->getUserType(), true);
PageLayout::postSuccess(sprintf(_("Verbindung mit Nutzer ID %s wiederhergestellt."), $this->user->id));
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment