aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2007-08-23 13:41:34 +0000
committerNils Adermann <naderman@naderman.de>2007-08-23 13:41:34 +0000
commit35b45cdff1ad3a91f0e36853c721c7ec6472490c (patch)
treeb5783c7d7d430d5f2b52b7b0f8725755d93be811 /phpBB/language
parent382fe7cab41182eb0fe852de9736beaa153132b3 (diff)
downloadforums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar
forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar.gz
forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar.bz2
forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.tar.xz
forums-35b45cdff1ad3a91f0e36853c721c7ec6472490c.zip
- added an option to specify a port for the LDAP server
- restricted access to "Recent searches" to admins who are allowed to configure search [Bug #14085] git-svn-id: file:///svn/phpbb/trunk@8064 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 8c1f502b09..a1f311ff75 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -305,6 +305,8 @@ $lang = array_merge($lang, array(
'LDAP_NO_IDENTITY' => 'Could not find a login identity for %s.',
'LDAP_PASSWORD' => 'LDAP password',
'LDAP_PASSWORD_EXPLAIN' => 'Leave blank to use anonymous binding. Else fill in the password for the above user. Required for Active Directory Servers. <strong>WARNING:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.',
+ 'LDAP_PORT' => 'LDAP server port',
+ 'LDAP_PORT_EXPLAIN' => 'Optionally you can specify a port which should be used to connect to the LDAP server instead of the default port 389.',
'LDAP_SERVER' => 'LDAP server name',
'LDAP_SERVER_EXPLAIN' => 'If using LDAP this is the hostname or IP address of the LDAP server. Alternatively you can specify an URL like ldap://hostname:port/',
'LDAP_UID' => 'LDAP <var>uid</var>',