Search found 2 matches

by glauco
Thu Aug 02, 2018 1:15 pm
Forum: Zimbra Drive
Topic: Zimbra Drive 0.8.19 and Owncloud 10.0.8 Broken
Replies: 6
Views: 32113

Re: Zimbra Drive 0.8.19 and Owncloud 10.0.8 Broken

HI Glauco, Your solution is great and resolved this kind of issue, but when a new user tries to access his Drive tab, he cannot and we have to update his Backend record to solve it. So how can we set this up once for all for all new users without having to alter the own cloud table. Is it something...
by glauco
Tue Jun 26, 2018 4:04 pm
Forum: Zimbra Drive
Topic: Zimbra Drive 0.8.19 and Owncloud 10.0.8 Broken
Replies: 6
Views: 32113

Re: Zimbra Drive 0.8.19 and Owncloud 10.0.8 Broken

Hello, as a temporary workaround, in ownCloud db, set the correct backend for zimbra users, like:

Code: Select all

UPDATE `ownc_accounts` SET `backend` = 'OCA\\ZimbraDrive\\Auth\\ZimbraUsersBackend' WHERE `ownc_accounts`.`email` LIKE "%@domain.com"
It worked for us.

Kind regards,
Glauco