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

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

parent bd745482
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' => 'cn=Access__CI-Webgui-ci_iml_unibe_ch,<%= @replace["ldap-dn-apps"] %>',
'DnAppNode' => '<%= @replace["ldap-cn-apps"] %><%= @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