diff options
author | Rémy Coutable <remy@rymai.me> | 2019-03-21 17:26:22 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-03-25 11:16:01 +0100 |
commit | 45da7dd306c76dc322ca6d2ceed92046219fd90f (patch) | |
tree | d513edccb244c06bedede2e1bd6ebd8c74297303 /doc | |
parent | d64452ebfc262cfc1324fcaf116e74bc436413d3 (diff) | |
download | gitlab-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')
-rw-r--r-- | doc/integration/omniauth.md | 2 |
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'] |