summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-27 10:30:55 +0400
committerAndrew Dolgov <[email protected]>2012-12-27 10:30:55 +0400
commitf922746b9b0154faf3b39c46d278ae63fd89104e (patch)
tree330f444da0cbe954812aa02b440656e5e1b549df /config.php-dist
parent04cdc8023d943a40f9581de98b352557af56f632 (diff)
mention auth_imap in config.php-dist
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
//