diff options
author | Jan-Willem van der Meer <mail@jewilmeer.nl> | 2014-10-14 13:52:15 +0200 |
---|---|---|
committer | Jan-Willem van der Meer <mail@jewilmeer.nl> | 2014-10-14 13:52:15 +0200 |
commit | fedb223b09f001f0a977c9d89130459c417347f2 (patch) | |
tree | 0934a64f14f175798dab2a6b0ef4869438432820 /config/gitlab.yml.example | |
parent | 6ce65a3e950532e8fb65cf188eb5df9a6eddfb39 (diff) | |
download | gitlab-ce-fedb223b09f001f0a977c9d89130459c417347f2.tar.gz |
Add valid LDAP server for testing
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 59bd1442994..4094cbc3eb4 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -322,8 +322,7 @@ test: ldap: enabled: false servers: - - - provider_id: main + main: label: ldap host: 127.0.0.1 port: 3890 |