Browse Source
👌 IMPROVE: remove user_external example from config.sample.php
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
pull/14663/head
Jonas Sulzer
7 years ago
No known key found for this signature in database
GPG Key ID: 6D1DC8E0D9904C83
1 changed files with
0 additions and
12 deletions
-
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 |
|
|
|
|