summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-28 13:03:43 +0400
committerAndrew Dolgov <[email protected]>2011-03-28 13:03:43 +0400
commitbf9fc06072f2dcd5b17aec1fe6a03b046236d360 (patch)
tree079b5c4818d70c9554c363a48c5d5429304df9ff /config.php-dist
parenta4cd9d58ff94d6603cdd5e36870e26fdfe40ca5e (diff)
only use autologin with SSL certificate when AUTO_LOGIN is enabled, otherwise redirect to login form as with remote auth
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 26e8a02ff..531ce20b3 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -133,9 +133,12 @@
// used to integrate tt-rss with Apache's external authentication modules.
define('AUTO_LOGIN', false);
- // Set this to true if you use ALLOW_REMOTE_USER_AUTH and you want
- // to skip the login form. If set to true, users won't be able to
- // set application language and settings profile.
+ // Set this to true if you use ALLOW_REMOTE_USER_AUTH or client SSL
+ // certificate authentication and you want to skip the login form.
+ // If set to true, users won't be able to set application language
+ // and settings profile.
+ // Otherwise users will be redirected to login form with their login
+ // information pre-filled.
define('LOCK_DIRECTORY', 'lock');
// Directory for lockfiles, must be writable to the user you run