diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-13 21:45:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 21:45:10 +0100 |
commit | ac10ff01cf87047aab8eaf06a43f088bb7d31910 (patch) | |
tree | ffadb4f1362b2de973e11bad894162f106d9d87d | |
parent | 6c55e5f42da95aaba5e550317e5195b1228aae27 (diff) | |
parent | fd83661e6059f0e64c0b46245c9d6f88aba12b07 (diff) | |
download | nextcloud-server-ac10ff01cf87047aab8eaf06a43f088bb7d31910.tar.gz nextcloud-server-ac10ff01cf87047aab8eaf06a43f088bb7d31910.zip |
Merge pull request #14663 from nextcloud/remove_userExternal_example
remove user_external example from config.sample.php
-rw-r--r-- | config/config.sample.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9c3cc470995..b25a4baeadd 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -278,18 +278,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 * user is redirected to, when clicking the "reset password" link after a failed |