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
5403f4c4
Commit
5403f4c4
authored
Jul 14, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more kerberos_spnego settings
parent
7f1003a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
doc/integration/kerberos.md
doc/integration/kerberos.md
+0
-5
No files found.
doc/integration/kerberos.md
View file @
5403f4c4
...
@@ -33,8 +33,6 @@ Edit the kerberos section of [gitlab.yml](https://gitlab.com/gitlab-org/gitlab-c
...
@@ -33,8 +33,6 @@ Edit the kerberos section of [gitlab.yml](https://gitlab.com/gitlab-org/gitlab-c
omniauth
:
omniauth
:
enabled
:
true
enabled
:
true
allow_single_sign_on
:
[
'
kerberos'
]
allow_single_sign_on
:
[
'
kerberos'
]
providers
:
-
{
name
:
'
kerberos_spnego'
}
kerberos
:
kerberos
:
# Allow the HTTP Negotiate authentication method for Git clients
# Allow the HTTP Negotiate authentication method for Git clients
...
@@ -55,9 +53,6 @@ In `/etc/gitlab/gitlab.rb`:
...
@@ -55,9 +53,6 @@ In `/etc/gitlab/gitlab.rb`:
```
ruby
```
ruby
gitlab_rails
[
'omniauth_enabled'
]
=
true
gitlab_rails
[
'omniauth_enabled'
]
=
true
gitlab_rails
[
'omniauth_allow_single_sign_on'
]
=
[
'kerberos'
]
gitlab_rails
[
'omniauth_allow_single_sign_on'
]
=
[
'kerberos'
]
gitlab_rails
[
'omniauth_providers'
]
=
[
{
"name"
=>
"kerberos_spnego"
}
]
gitlab_rails
[
'kerberos_enabled'
]
=
true
gitlab_rails
[
'kerberos_enabled'
]
=
true
gitlab_rails
[
'kerberos_keytab'
]
=
"/etc/http.keytab"
gitlab_rails
[
'kerberos_keytab'
]
=
"/etc/http.keytab"
...
...
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