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
bbe079a6
Commit
bbe079a6
authored
Feb 23, 2020
by
Ben Bodenmiller
Committed by
Evan Read
Feb 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra gitlab_rails['omniauth_enabled'] flags
parent
5e532c2c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
8 deletions
+0
-8
doc/integration/bitbucket.md
doc/integration/bitbucket.md
+0
-2
doc/integration/kerberos.md
doc/integration/kerberos.md
+0
-1
doc/integration/omniauth.md
doc/integration/omniauth.md
+0
-3
doc/integration/saml.md
doc/integration/saml.md
+0
-1
doc/integration/shibboleth.md
doc/integration/shibboleth.md
+0
-1
No files found.
doc/integration/bitbucket.md
View file @
bbe079a6
...
...
@@ -89,8 +89,6 @@ you to use.
For Omnibus packages:
```
ruby
gitlab_rails
[
'omniauth_enabled'
]
=
true
gitlab_rails
[
'omniauth_providers'
]
=
[
{
"name"
=>
"bitbucket"
,
...
...
doc/integration/kerberos.md
View file @
bbe079a6
...
...
@@ -72,7 +72,6 @@ For source installations, make sure the `kerberos` gem group
1.
Edit
`/etc/gitlab/gitlab.rb`
:
```
ruby
gitlab_rails
[
'omniauth_enabled'
]
=
true
gitlab_rails
[
'omniauth_allow_single_sign_on'
]
=
[
'kerberos'
]
gitlab_rails
[
'kerberos_enabled'
]
=
true
...
...
doc/integration/omniauth.md
View file @
bbe079a6
...
...
@@ -80,9 +80,6 @@ To change these settings:
and change:
```
ruby
# Versions prior to 11.4 require this to be set to true
# gitlab_rails['omniauth_enabled'] = nil
# CAUTION!
# This allows users to login without having a user account first. Define the allowed providers
# using an array, e.g. ["saml", "twitter"], or as true/false to allow all providers or none.
...
...
doc/integration/saml.md
View file @
bbe079a6
...
...
@@ -37,7 +37,6 @@ in your SAML IdP:
For Omnibus package:
```
ruby
gitlab_rails
[
'omniauth_enabled'
]
=
true
gitlab_rails
[
'omniauth_allow_single_sign_on'
]
=
[
'saml'
]
gitlab_rails
[
'omniauth_block_auto_created_users'
]
=
false
```
...
...
doc/integration/shibboleth.md
View file @
bbe079a6
...
...
@@ -71,7 +71,6 @@ The following changes are needed to enable Shibboleth:
gitlab_rails['omniauth_allow_single_sign_on'] = true
gitlab_rails['omniauth_block_auto_created_users'] = false
gitlab_rails['omniauth_enabled'] = true
gitlab_rails['omniauth_providers'] = [
{
"name" => "'shibboleth"',
...
...
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