aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2015-02-19 18:38:35 -0800
committerCesar G <prototech91@gmail.com>2015-02-19 18:38:35 -0800
commit71d3ddc623876ea368c30498b9908b8b58573011 (patch)
tree7c5d600b0f13d48f4a1328bcddc40454483c3eb1 /phpBB/phpbb/auth/provider
parente4b44281737728c3af75fc6d1af13721cfe7d8be (diff)
downloadforums-71d3ddc623876ea368c30498b9908b8b58573011.tar
forums-71d3ddc623876ea368c30498b9908b8b58573011.tar.gz
forums-71d3ddc623876ea368c30498b9908b8b58573011.tar.bz2
forums-71d3ddc623876ea368c30498b9908b8b58573011.tar.xz
forums-71d3ddc623876ea368c30498b9908b8b58573011.zip
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
PHPBB3-13551
Diffstat (limited to 'phpBB/phpbb/auth/provider')
-rw-r--r--phpBB/phpbb/auth/provider/ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/ldap.php b/phpBB/phpbb/auth/provider/ldap.php
index d32e7504eb..c71950c698 100644
--- a/phpBB/phpbb/auth/provider/ldap.php
+++ b/phpBB/phpbb/auth/provider/ldap.php
@@ -306,7 +306,7 @@ class ldap extends \phpbb\auth\provider\base
return array(
'TEMPLATE_FILE' => 'auth_provider_ldap.html',
'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_PASSORD' => $new_config['ldap_password'],
'AUTH_LDAP_PORT' => $new_config['ldap_port'],