From 969a4a8f7173eaa79f593b4a7d92df263f43d9c0 Mon Sep 17 00:00:00 2001 From: Vikraman Choudhury Date: Fri, 13 Dec 2013 22:16:58 +0530 Subject: [PATCH] Add comment about tls for ldap method --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 2bc984c..f6d1a3c 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -124,7 +124,7 @@ production: &base base: '_the_base_where_you_search_for_users' port: 636 uid: 'sAMAccountName' - method: 'ssl' # "ssl" or "plain" + method: 'ssl' # "tls" or "ssl" or "plain" bind_dn: '_the_full_dn_of_the_user_you_will_bind_with' password: '_the_password_of_the_bind_user' allow_username_or_email_login: true -- libgit2 0.21.2