summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-03-21 17:26:22 +0100
committerRémy Coutable <remy@rymai.me>2019-03-25 11:16:01 +0100
commit45da7dd306c76dc322ca6d2ceed92046219fd90f (patch)
treed513edccb244c06bedede2e1bd6ebd8c74297303 /doc/integration
parentd64452ebfc262cfc1324fcaf116e74bc436413d3 (diff)
downloadgitlab-ce-45da7dd306c76dc322ca6d2ceed92046219fd90f.tar.gz
Backport 'Update user name upon LDAP sync' from EE
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/omniauth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md
index 69bbd05c367..2932c884d04 100644
--- a/doc/integration/omniauth.md
+++ b/doc/integration/omniauth.md
@@ -256,7 +256,7 @@ gitlab_rails['omniauth_enabled'] = false
You can enable profile syncing from selected OmniAuth providers and for all or for specific user information.
-When authenticating using LDAP, the user's email is always synced.
+When authenticating using LDAP, the user's name and email are always synced.
```ruby
gitlab_rails['sync_profile_from_provider'] = ['twitter', 'google_oauth2']