summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index e6c917c31..cd7a29be6 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
//