diff options
author | RealRancor <Fisch.666@gmx.de> | 2015-02-07 14:01:38 +0100 |
---|---|---|
committer | RealRancor <Fisch.666@gmx.de> | 2015-02-07 14:01:38 +0100 |
commit | 04d6f3e1fb511f2f9970badfdeeb4e927c1a98c0 (patch) | |
tree | c231f5daeee33b10e7bf0ec9d257e34f53bec21f /config | |
parent | 90556cb70bd97dd3507741272c0ebbfee652d900 (diff) | |
download | nextcloud-server-04d6f3e1fb511f2f9970badfdeeb4e927c1a98c0.tar.gz nextcloud-server-04d6f3e1fb511f2f9970badfdeeb4e927c1a98c0.zip |
external user app: Add note to enable it first
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
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( |