diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-12-13 18:02:49 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-12-15 12:48:48 +0100 |
commit | 481b8a71f8ee63758d26a57a6367c091d4b76b09 (patch) | |
tree | 1dad8e2612bdce00ca3b537db648bcd54785a95a /config/gitlab.yml.example | |
parent | d673628de003d1ce1402f03311066339828fb811 (diff) | |
download | gitlab-ce-481b8a71f8ee63758d26a57a6367c091d4b76b09.tar.gz |
Make sure user email is read only when synced with LDAP
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index c8b6018bc1b..f2f05b3eeb2 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -383,6 +383,7 @@ production: &base # Sync user's profile from the specified Omniauth providers every time the user logs in (default: empty). # Define the allowed providers using an array, e.g. ["cas3", "saml", "twitter"], # or as true/false to allow all providers or none. + # When authenticating using LDAP, the user's email is always synced. # sync_profile_from_provider: [] # Select which info to sync from the providers above. (default: email). |