Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-10 09:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-10 09:09:03 +0300
commitff2b80a5548b308f31acce94069bb3fd2e0480c3 (patch)
tree770d28f6674f76490b3d34a1c0d7b838f17cdf67 /doc/integration
parentdb6b854ea711b395c17827a5047f54dc29b518f9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/kerberos.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/kerberos.md b/doc/integration/kerberos.md
index d4c0f6402cb..23565e6f370 100644
--- a/doc/integration/kerberos.md
+++ b/doc/integration/kerberos.md
@@ -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