diff options
| author | Nils Adermann <naderman@naderman.de> | 2005-12-16 19:05:51 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2005-12-16 19:05:51 +0000 |
| commit | 7342652804ed245c89185e2c77e40ce03ab00270 (patch) | |
| tree | 77d9bb5ccd8dd17f1e86db64b84c5829fa5d8ac9 /phpBB/install | |
| parent | 67dfce31a93d43957355a50013d3100663dc567b (diff) | |
| download | forums-7342652804ed245c89185e2c77e40ce03ab00270.tar forums-7342652804ed245c89185e2c77e40ce03ab00270.tar.gz forums-7342652804ed245c89185e2c77e40ce03ab00270.tar.bz2 forums-7342652804ed245c89185e2c77e40ce03ab00270.tar.xz forums-7342652804ed245c89185e2c77e40ce03ab00270.zip | |
- Apache auth plugin is working again
- LDAP auth plugin now supports OpenLDAP
- fixed Authentication settings in ACP
- preparatory ACP changes for the search
git-svn-id: file:///svn/phpbb/trunk@5340 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index cb168d0c10..f8af45e077 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -158,6 +158,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('save_passwd', '3') INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_gc', '7200'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_interval', '0'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_type', 'fulltext_phpbb'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('secure_allow_deny', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('secure_allow_empty_referer', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('secure_downloads', '0'); |
