Merge pull request #13963 from RealRancor/external_user_note

external user app: Add note to enable it first
remotes/origin/log-external-deletes
Morris Jobke 12 years ago
commit 8f8ecd67fd
  1. 6
      config/config.sample.php

@ -229,9 +229,9 @@ $CONFIG = array(
'skeletondirectory' => '', 'skeletondirectory' => '',
/** /**
* The ``user_backends`` app allows you to configure alternate authentication * The ``user_backends`` app (which needs to be enabled first) allows you to
* backends. Supported backends are IMAP (OC_User_IMAP), SMB (OC_User_SMB), and * configure alternate authentication backends. Supported backends are:
* FTP (OC_User_FTP). * IMAP (OC_User_IMAP), SMB (OC_User_SMB), and FTP (OC_User_FTP).
*/ */
'user_backends' => array( 'user_backends' => array(
array( array(

Loading…
Cancel
Save