From e57e1e04e3d4b930e60a87643f09c908b3bfb90b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 11 Mar 2014 09:15:04 +0200 Subject: [PATCH] Remove non-exist method from ldap security check --- app/controllers/application_controller.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index af1a80f..9b05bc4 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -183,7 +183,6 @@ class ApplicationController < ActionController::Base def ldap_security_check if current_user && current_user.ldap_user? && current_user.requires_ldap_check? if gitlab_ldap_access.allowed?(current_user) - gitlab_ldap_access.update_permissions(current_user) current_user.last_credential_check_at = Time.now current_user.save else -- libgit2 0.21.2