Dear all,
I migrated now an owncloud installation to a nextcloud installation.
The site uses as user backend an imap server.
I followed the tips here.
- Switched site to maintenance mode
- copyied the config file over to the nextcloud installation folder
- executed ./occ upgrade
- switched maintenance mode off
If I access the site I get in owncloud.log the following entry:
{"reqId":"V2Zsc8MeXyEAAKQ8CG8AAADQ","remoteAddr":"185.17.205.xxx","app":"core","message":"User backend OC_User_IMAP not found.","level":3,"time":"2016-06-19T11:57:07+02:00","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v1\/notifications?format=json","user":"idefix"}
In the config.php includes:
'user_backends' => array ( 0 => array ( 'class' => 'OC_User_IMAP', 'arguments' => array ( 0 => '{hostname:143/imap/tls/novalidate-cert}', ), ), ),
Does maybe anyone an idea how to get my site running with nextcloud?
Thanks
Matthias