Skip to content
Snippets Groups Projects
Commit e3605e6f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'task-1680-fix-surl' into 'master'

Task 1680 fix surl

See merge request !56
parents b7100971 e1232a8c
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ $aConfig = array( ...@@ -70,7 +70,7 @@ $aConfig = array(
'DnLdapUser' => '<%= @replace["ldap-user"] %>', 'DnLdapUser' => '<%= @replace["ldap-user"] %>',
'PwLdapUser' => '<%= @replace["ldap-password"] %>', 'PwLdapUser' => '<%= @replace["ldap-password"] %>',
'DnUserNode' => '<%= @replace["ldap-dn-user"] %>', '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, 'debugLevel' => 0,
) )
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment