[Owncloud] IMAP User-Backend

Roman Dilken rdilken at gmx.de
Thu Sep 26 10:38:50 UTC 2013


Hi,

I've got a little question again:

where is the configuration for the user_backend placed in config.php?
I tried it as written in the admin-manual but the result is a blank
page. So I assume that the configuration is either at the wrong place or
it's false.

Can anyone help me?

At the moment I've placed it at the end of the $CONFIG-section,
but this doesn't work.


  'loglevel' => '2',
  'userbackends' = array (
  0 => array (
    'class' => 'OC_User_IMAP",
    'arguments' => array (
      0 => '{localhost:143/}'
      ),
    ),
  ),
);

Greetings,

Roman



More information about the Owncloud mailing list