summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-12-05 10:07:33 +0100
committerAndrew Dolgov <[email protected]>2007-12-05 10:07:33 +0100
commit66917e70d0e654cea6a9632cb7ed886f00704f45 (patch)
tree11b5a41208e41dbe2565f5c04fcc10ebaab8bc71 /config.php-dist
parentfc46ab83bb735904c92dea8722e0784b64b0d8fb (diff)
new option: ALLOW_REMOTE_USER_AUTH
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 8001513d0..5edb79aa3 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -164,7 +164,13 @@
define('DAEMON_FEED_LIMIT', 100);
// Limits the amount of feeds daemon updates on one run
- define('CONFIG_VERSION', 12);
+ define('ALLOW_REMOTE_USER_AUTH', false);
+ // Set to 'true' if you trust your web server's REMOTE_USER
+ // environment variable to validate that the user is logged in. This
+ // option can be used to integrate tt-rss with Apache's external
+ // authentication modules.
+
+ define('CONFIG_VERSION', 13);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).