aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-06 17:52:12 -0700
committerCesar G <prototech91@gmail.com>2014-05-08 08:35:38 -0700
commitd95164e64155ea3bdbca69532af5dd49c093b351 (patch)
tree89cbbb3a81774662c84f75fe1e31c3665a1ea660 /phpBB/language
parent2e025f1655293d3032f04907e5d74a812e1a659a (diff)
downloadforums-d95164e64155ea3bdbca69532af5dd49c093b351.tar
forums-d95164e64155ea3bdbca69532af5dd49c093b351.tar.gz
forums-d95164e64155ea3bdbca69532af5dd49c093b351.tar.bz2
forums-d95164e64155ea3bdbca69532af5dd49c093b351.tar.xz
forums-d95164e64155ea3bdbca69532af5dd49c093b351.zip
[ticket/9388] Display only the settings for the auth method that's selected.
PHPBB3-9388
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 505709d513..b796206261 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -406,6 +406,7 @@ $lang = array_merge($lang, array(
'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username. Apache authentication can only be used with mod_php (not with a CGI version) and safe_mode disabled.',
+ 'LDAP' => 'LDAP',
'LDAP_DN' => 'LDAP base <var>dn</var>',
'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. <samp>o=My Company,c=US</samp>.',
'LDAP_EMAIL' => 'LDAP email attribute',