[Pkg-owncloud-commits] [owncloud] 03/38: external user app: Add note to enable it first
David Prévot
taffit at moszumanska.debian.org
Wed Mar 11 15:16:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c2a72ce6b0b7cf21cced68a7203d22048c5d4679
Author: RealRancor <Fisch.666 at gmx.de>
Date: Sat Feb 7 14:01:38 2015 +0100
external user app: Add note to enable it first
---
config/config.sample.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/config.sample.php b/config/config.sample.php
index 673cede..fd9b780 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -214,9 +214,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(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list