diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb
index a91d697f841da2bd8827a5a945b71c9abed34dcd..10de478540a2b04c943dcffcb1b459bdb46e015e 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'    => '<%= @replace["ldap-dn-apps"] %>',
+            'DnAppNode'    => 'cn=Access__CI-Webgui-ci_iml_unibe_ch,<%= @replace["ldap-dn-apps"] %>',
             'debugLevel'   => 0,
         )
     ),