]> git.wh0rd.org - tt-rss.git/commitdiff
mention auth_imap in config.php-dist
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 27 Dec 2012 06:30:55 +0000 (10:30 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 27 Dec 2012 06:30:55 +0000 (10:30 +0400)
config.php-dist

index e6c917c31f72eb09136b3dfbb8e9706a50cc4099..cd7a29be6ed2e73656aa3aaaec53d0d9689d217f 100644 (file)
        define('AUTH_MODULES', 'internal');
        // Comma-separated list of authentication modules to use. 
        // Available modules are:
-       // 1. internal - tt-rss internal user DB
-       // 2. remote - use server REMOTE_USER variable or client SSL certificate if enabled
+       // internal - tt-rss internal user DB
+       // remote - use server REMOTE_USER variable or client SSL certificate if enabled
+       // imap - authenticates using an IMAP server (check classes/auth/imap.php for some
+       // stuff you need to put into config.php)
        // in preferences
        //