diff options
author | Nils Adermann <naderman@naderman.de> | 2007-08-18 13:52:33 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2007-08-18 13:52:33 +0000 |
commit | 979ee667735b091db9158d05fde8b0d337cc902b (patch) | |
tree | 8d1ab978a34aa30e601b4203164ea4038641ddb2 /phpBB/install/database_update.php | |
parent | 6f6e3bba7e0da983708e97e36e2d7a57a012e44e (diff) | |
download | forums-979ee667735b091db9158d05fde8b0d337cc902b.tar forums-979ee667735b091db9158d05fde8b0d337cc902b.tar.gz forums-979ee667735b091db9158d05fde8b0d337cc902b.tar.bz2 forums-979ee667735b091db9158d05fde8b0d337cc902b.tar.xz forums-979ee667735b091db9158d05fde8b0d337cc902b.zip |
- allow multibyte search configuration
- added ldap_user_filter to add additional restrictions on the user objects used for authentication [Bug #12627]
- improved ldap explanations a bit
- display searchable subforums of invisible parents in advanced search forum selection [Bug #11395]
git-svn-id: file:///svn/phpbb/trunk@8047 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 5179979f5f..393d1d3082 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1496,6 +1496,7 @@ if (version_compare($current_version, '3.0.RC4', '<=')) // Setting this here again because new installations may not have it... set_config('cron_lock', '0', true); + set_config('ldap_user_filter', ''); $no_updates = false; } |