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

fix typo in config replacement

parent 981d2a28
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ $aConfig = array(
'ldap' => array(
'server' => '<%= @replace["ldap-url"] %>',
'port' => 636,
'DnLookupUser' => '<%= @replace["ldap-user"] %>', // ldap rdn oder dn
'PwLookupUser' => '<%= @replace["ldap-pasword"] %>', // entsprechendes password
'DnLookupUser' => '<%= @replace["ldap-user"] %>',
'PwLookupUser' => '<%= @replace["ldap-password"] %>',
'DnUserNode' => '<%= @replace["ldap-dn-user"] %>',
'DnAppNode' => '<%= @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