]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
use SSL serial to bind certificate to user; implement autologin using SSL certificate...
[tt-rss.git] / config.php-dist
index c12e3ebee7881801da788f670b981977430fe143..26e8a02ffacc1863a065853f1ff702bbc03d7ba0 100644 (file)
        // Limits the amount of feeds daemon (or a cronjob) updates on one run
 
        define('ALLOW_REMOTE_USER_AUTH', false);
-       // Set to 'true' if you trust your web server's REMOTE_USER or 
-       // REDIRECT_SSL_CLIENT_S_DN_CN environment variables to validate 
-       // that the user is logged in. This option can be used to integrate 
-       // tt-rss with Apache's external authentication modules or SSL
-       // client certificate authentication.
-       // Please note that REMOTE_USER takes precedence over SSL certificate
-       // information.
+       // Set to 'true' if you trust your web server's REMOTE_USER 
+       // environment variable that the user is logged in. This option can be 
+       // 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