From fd83661e6059f0e64c0b46245c9d6f88aba12b07 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Wed, 13 Mar 2019 18:14:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20remove=20user=5Fexter?= =?UTF-8?q?nal=20example=20from=20config.sample.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- config/config.sample.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 9c3cc47099..b25a4baead 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -277,18 +277,6 @@ $CONFIG = array( */ 'skeletondirectory' => '/path/to/nextcloud/core/skeleton', -/** - * 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( - 'class' => 'OC_User_IMAP', - 'arguments' => array('{imap.gmail.com:993/imap/ssl}INBOX') - ) -), - /** * If your user backend does not allow password resets (e.g. when it's a * read-only user backend like LDAP), you can specify a custom link, where the