diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index 10de478540a2b04c943dcffcb1b459bdb46e015e..8987cd44e7baa0ffa781e0308058f9435f6263dc 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -70,7 +70,7 @@ $aConfig = array( 'DnLdapUser' => '<%= @replace["ldap-user"] %>', 'PwLdapUser' => '<%= @replace["ldap-password"] %>', 'DnUserNode' => '<%= @replace["ldap-dn-user"] %>', - 'DnAppNode' => 'cn=Access__CI-Webgui-ci_iml_unibe_ch,<%= @replace["ldap-dn-apps"] %>', + 'DnAppNode' => '<%= @replace["ldap-cn-apps"] %><%= @replace["ldap-dn-apps"] %>', 'debugLevel' => 0, ) ),