summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRealRancor <Fisch.666@gmx.de>2015-02-07 14:01:38 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-02-07 20:11:58 +0100
commit85d695dbe884be48a9f89fe57f7f5be3e53cf8bb (patch)
tree9256fc5723c20f64d20e3a0ecf7428e086d2e47b /config
parentdf2808eec840c033b952e001ee8a063a93fae417 (diff)
downloadnextcloud-server-85d695dbe884be48a9f89fe57f7f5be3e53cf8bb.tar.gz
nextcloud-server-85d695dbe884be48a9f89fe57f7f5be3e53cf8bb.zip
external user app: Add note to enable it first
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 2513a2658ad..0f8abb5d5e5 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -229,9 +229,9 @@ $CONFIG = array(
'skeletondirectory' => '',
/**
- * The ``user_backends`` app allows you to configure alternate authentication
- * backends. Supported backends are IMAP (OC_User_IMAP), SMB (OC_User_SMB), and
- * FTP (OC_User_FTP).
+ * The ``user_backends`` app (which needs to be enabled first) allows you to
+ * configure alternate authentication backends. Supported backends are:
+ * IMAP (OC_User_IMAP), SMB (OC_User_SMB), and FTP (OC_User_FTP).
*/
'user_backends' => array(
array(