Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Willem van der Meer <mail@jewilmeer.nl>2014-09-03 17:59:50 +0400
committerJan-Willem van der Meer <mail@jewilmeer.nl>2014-09-03 17:59:50 +0400
commit62fc80642dbdb6a3b840a770fde15b84b8495a03 (patch)
treee81beef135f1b56ea3cf911fde03f1cc4b1e6eee /lib/gitlab/ldap/user.rb
parente8f1331fa4b3f4c4037f6509b2a846f521f506fc (diff)
Refactor Oauth::User class to use instance methods
Diffstat (limited to 'lib/gitlab/ldap/user.rb')
-rw-r--r--lib/gitlab/ldap/user.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/ldap/user.rb b/lib/gitlab/ldap/user.rb
index e6aa3890992..f15d723a063 100644
--- a/lib/gitlab/ldap/user.rb
+++ b/lib/gitlab/ldap/user.rb
@@ -68,6 +68,10 @@ module Gitlab
private
+ def needs_blocking?
+ false
+ end
+
def find_by_uid_and_provider
find_by_uid(uid)
end