From b63b604400fcedab6208cd9f1f4299d4d7e87262 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 15 Mar 2017 15:35:28 +0100 Subject: [PATCH] fix typo in config replacement --- hooks/templates/inc_projects_config.php.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index d62e5ebd..96464989 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -67,8 +67,8 @@ $aConfig = array( 'ldap' => array( 'server' => '<%= @replace["ldap-url"] %>', 'port' => 636, - 'DnLookupUser' => '<%= @replace["ldap-user"] %>', // ldap rdn oder dn - 'PwLookupUser' => '<%= @replace["ldap-pasword"] %>', // entsprechendes password + 'DnLookupUser' => '<%= @replace["ldap-user"] %>', + 'PwLookupUser' => '<%= @replace["ldap-password"] %>', 'DnUserNode' => '<%= @replace["ldap-dn-user"] %>', 'DnAppNode' => '<%= @replace["ldap-dn-apps"] %>', 'debugLevel' => 0, -- GitLab