Commit e57e1e04e3d4b930e60a87643f09c908b3bfb90b

Authored by Dmitriy Zaporozhets
1 parent 3e864036

Remove non-exist method from ldap security check

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/controllers/application_controller.rb
... ... @@ -183,7 +183,6 @@ class ApplicationController &lt; ActionController::Base
183 183 def ldap_security_check
184 184 if current_user && current_user.ldap_user? && current_user.requires_ldap_check?
185 185 if gitlab_ldap_access.allowed?(current_user)
186   - gitlab_ldap_access.update_permissions(current_user)
187 186 current_user.last_credential_check_at = Time.now
188 187 current_user.save
189 188 else
... ...