Skip to content
Snippets Groups Projects
Unverified Commit fd83661e authored by Jonas Sulzer's avatar Jonas Sulzer
Browse files

:ok_hand: IMPROVE: remove user_external example from config.sample.php

parent d40b21ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment