Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
13acd6fe
Commit
13acd6fe
authored
Mar 15, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict in initializer
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
97ef44b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
config/initializers/omniauth.rb
config/initializers/omniauth.rb
+0
-3
No files found.
config/initializers/omniauth.rb
View file @
13acd6fe
...
@@ -25,10 +25,7 @@ end
...
@@ -25,10 +25,7 @@ end
if
Gitlab
.
config
.
omniauth
.
enabled
if
Gitlab
.
config
.
omniauth
.
enabled
provider_names
=
Gitlab
.
config
.
omniauth
.
providers
.
map
(
&
:name
)
provider_names
=
Gitlab
.
config
.
omniauth
.
providers
.
map
(
&
:name
)
require
'omniauth-kerberos'
if
provider_names
.
include?
(
'kerberos'
)
require
'omniauth-kerberos'
if
provider_names
.
include?
(
'kerberos'
)
<<<<<<<
HEAD
require_dependency
'omni_auth/strategies/kerberos_spnego'
if
provider_names
.
include?
(
'kerberos_spnego'
)
require_dependency
'omni_auth/strategies/kerberos_spnego'
if
provider_names
.
include?
(
'kerberos_spnego'
)
=======
>>>>>>>
ce
/
master
end
end
module
OmniAuth
module
OmniAuth
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment