From f922746b9b0154faf3b39c46d278ae63fd89104e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Dec 2012 10:30:55 +0400 Subject: [PATCH] mention auth_imap in config.php-dist --- config.php-dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.php-dist b/config.php-dist index e6c917c3..cd7a29be 100644 --- a/config.php-dist +++ b/config.php-dist @@ -55,8 +55,10 @@ 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 // -- 2.39.2