Commit 2b5164c6 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Remove even more unused data

parent 605ca71a
......@@ -7,10 +7,7 @@ Kerberos integration can be enabled as a regular omniauth provider, edit [gitlab
gitlab_rails['omniauth_enabled'] = true
gitlab_rails['omniauth_allow_single_sign_on'] = ['kerberos']
gitlab_rails['omniauth_providers'] = [
{
"name" => "kerberos",
"args" => { "access_type" => "offline", "approval_prompt" => "" }
}
{"name" => "kerberos"}
]
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment