From 08f92971bbdc931946fc0f5d72a0d5c7e4cfa3fa Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 27 Jun 2013 17:53:38 +0000 Subject: mgagit.conf: Fix binddn --- deployment/mgagit/templates/mgagit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/mgagit/templates') diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf index 97c11844..1342e653 100644 --- a/deployment/mgagit/templates/mgagit.conf +++ b/deployment/mgagit/templates/mgagit.conf @@ -1,7 +1,7 @@ --- use_ldap: yes ldapserver: <%= @ldap_server %> -binddn: <%= @binddb %> +binddn: <%= @binddn %> bindpwfile: <%= @bindpwfile %> pubkey_dir: <%= @gitolite_keydir %> gitolite_config: <%= @gitolite_conf %> -- cgit v1.2.1