diff options
author | Florian Unglaub <florian.unglaub@nix-wie-weg.de> | 2012-08-31 15:45:50 +0200 |
---|---|---|
committer | Florian Unglaub <florian.unglaub@nix-wie-weg.de> | 2012-08-31 15:45:50 +0200 |
commit | 6d6c7a17ea2d2a61d4f251d6d746ebe9438405ca (patch) | |
tree | c04e42c75969261c946a154080dfb6ded8ff0792 /config/gitlab.yml.example | |
parent | 36ffdf36b96a877154f265327d83d022ed27e9e4 (diff) | |
download | gitlab-ce-6d6c7a17ea2d2a61d4f251d6d746ebe9438405ca.tar.gz |
Allow single-sign-on with Omniauth
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 1934029d5bb..b5aae4971ed 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -53,6 +53,8 @@ git: omniauth: enabled: false providers: + allow_single_sign_on: false + block_auto_created_users: true # omniauth: # enabled: true |