Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-06-12 20:17:49 +0300
committerMichael Kozono <mkozono@gmail.com>2017-07-26 12:43:40 +0300
commit951bd2a43161206dbafe2a6099098e5fb48a6005 (patch)
treeeb6086189787948b23f27214e93d479930fb36dc /config
parent8bc20a8e00111a1453e51d88fcf7520091b47d02 (diff)
Update more examples
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index f702e812955..106658ad12b 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -709,7 +709,7 @@ test:
host: 127.0.0.1
port: 3890
uid: 'uid'
- method: 'plain' # "tls" or "ssl" or "plain"
+ encryption: 'plain' # "start_tls" or "simple_tls" or "plain"
base: 'dc=example,dc=com'
user_filter: ''
group_base: 'ou=groups,dc=example,dc=com'