From bd74548231ca2ebc835c172e4b3cf7d1997fb808 Mon Sep 17 00:00:00 2001
From: hahn <axel.hahn@iml.unibe.ch>
Date: Wed, 6 Dec 2017 16:12:23 +0100
Subject: [PATCH] ldap: add app cn (in eyaml is the base app dn only)

---
 hooks/templates/inc_projects_config.php.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb
index a91d697f..10de4785 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,
         )
     ),
-- 
GitLab