mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
PHPBB3-13551
This commit is contained in:
parent
e4b4428173
commit
71d3ddc623
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class ldap extends \phpbb\auth\provider\base
|
||||||
return array(
|
return array(
|
||||||
'TEMPLATE_FILE' => 'auth_provider_ldap.html',
|
'TEMPLATE_FILE' => 'auth_provider_ldap.html',
|
||||||
'TEMPLATE_VARS' => array(
|
'TEMPLATE_VARS' => array(
|
||||||
'AUTH_LDAP_DN' => $new_config['ldap_base_dn'],
|
'AUTH_LDAP_BASE_DN' => $new_config['ldap_base_dn'],
|
||||||
'AUTH_LDAP_EMAIL' => $new_config['ldap_email'],
|
'AUTH_LDAP_EMAIL' => $new_config['ldap_email'],
|
||||||
'AUTH_LDAP_PASSORD' => $new_config['ldap_password'],
|
'AUTH_LDAP_PASSORD' => $new_config['ldap_password'],
|
||||||
'AUTH_LDAP_PORT' => $new_config['ldap_port'],
|
'AUTH_LDAP_PORT' => $new_config['ldap_port'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue