Skip to content
Snippets Groups Projects
Commit bd745482 authored by hahn's avatar hahn
Browse files

ldap: add app cn (in eyaml is the base app dn only)

parent b07785e2
No related branches found
No related tags found
No related merge requests found
......@@ -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,
)
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment