From a6422e271ef5c13bdb7bf46c574e5d7cee239ee4 Mon Sep 17 00:00:00 2001 From: Jan-Willem van der Meer Date: Fri, 3 Oct 2014 14:01:06 +0200 Subject: [PATCH] Add TODO for further refactoring --- lib/gitlab/ldap/user.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gitlab/ldap/user.rb b/lib/gitlab/ldap/user.rb index c8e5d11447..078941b9de 100644 --- a/lib/gitlab/ldap/user.rb +++ b/lib/gitlab/ldap/user.rb @@ -10,6 +10,7 @@ module Gitlab module LDAP class User < Gitlab::OAuth::User class << self + # TODO: Look through LDAP servers until valid credentials are found? def authenticate(login, password) # Check user against LDAP backend if user is not authenticated # Only check with valid login and password to prevent anonymous bind results