Commit 87e893d9 authored by Evan Read's avatar Evan Read

Merge branch 'doc-psureshbabu-master-patch-24594' into 'master'

Doc | Explains how to disable user auto-creation through Kerberos

See merge request gitlab-org/gitlab!69970
parents 5e00874a 8c631960
......@@ -85,6 +85,9 @@ For source installations, make sure the `kerberos` gem group
gitlab_rails['kerberos_keytab'] = "/etc/http.keytab"
```
To avoid GitLab creating users automatically on their first sign in through Kerberos,
don't set `kerberos` for `gitlab_rails['omniauth_allow_single_sign_on']`.
1. [Reconfigure GitLab](../administration/restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
GitLab now offers the `negotiate` authentication method for signing in and
......
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