diff options
-rw-r--r-- | deployment/mgagit/templates/mgagit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |