Merge branch 'dm-ldap-authentication-ssl-verification' into 'master'

Pass OmniAuth formatted options to OmniAuth::LDAP::Adaptor

Closes #35752

See merge request !13185
This commit is contained in:
Sean McGivern 2017-07-31 10:56:23 +00:00
commit a628d39599
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
title: Fix LDAP authentication to Git repository or container registry
merge_request:
author:

View File

@ -42,7 +42,7 @@ module Gitlab
end
def adapter
OmniAuth::LDAP::Adaptor.new(config.options.symbolize_keys)
OmniAuth::LDAP::Adaptor.new(config.omniauth_options)
end
def config