summaryrefslogtreecommitdiff
path: root/app/Auth/Ldap.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Auth/Ldap.php')
-rw-r--r--app/Auth/Ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php
index b3c998f9..b3440614 100644
--- a/app/Auth/Ldap.php
+++ b/app/Auth/Ldap.php
@@ -54,7 +54,7 @@ class Ldap extends Base
}
// We open the session
- $this->user->updateSession($user);
+ $this->userSession->refresh($user);
$this->container['dispatcher']->dispatch('auth.success', new AuthEvent(self::AUTH_NAME, $user['id']));
return true;