<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi all, i have problem trying to make auto-auth on roundcube+owncloud works with the plugin from the git.</p>
<p>What i have : </p>
<p>Roundcube version : 0.9.0</p>
<p>Owncloud version : 5.0.5 with MySQL</p>
<p>Plugin : roundcubemail-plugins-kolab-master</p>
<p>I have boths auths working with IMAP, i am sure is working since i log in into webmail with a valid user with or without @domain, and same with owncloud, also in owncloud i am using a imap.php witch creates new users and group on first login.</p>
<p>The problem is when i log in in roundcube, and i go to owncloud "File", i get the login screen from owncloud, checking logs i can see the key exchange is happening but ownclound ignore it or something :</p>
<p>[26/Apr/2013:19:15:55 -0300] "GET /owncloud/?kolab_auth=iNTM4EzNmZTZlVjY4czYjNWNiBjMxEDO4IzM3IGZjBTPuV2avRnJkl2czV2cfVmY1NGZuV3by1TZtFmbjZCOxtWYy42bkhGOwQDZ0NDay4WN5UXbr1WZvFzcwFDaw0jbvl2czV2c HTTP/1.1" 200 102</p>
<p>Configs from roundcube and owncloud</p>
<p>---------------------------------------------------------------------------</p>
<p><?php<br />$CONFIG = array (<br /> 'instanceid' => '517xxxxxxxxfbea',<br /> 'passwordsalt' => '2cd61d5309xxxxxxxxxx520e4cd',<br /> 'datadirectory' => '/srv/www/owncloud/owncloud/data',<br /> 'dbtype' => 'mysql',<br /> 'version' => '5.0.6',<br /> 'dbname' => 'owncloud',<br /> 'dbhost' => 'localhost',<br /> 'dbtableprefix' => 'oc_',<br /> 'dbuser' => 'xxx',<br /> 'dbpassword' => 'xxx',<br /> 'installed' => true,<br /> 'theme' => 'kolab',<br /> 'kolaburl' => 'https://xxxxx.domain:10036/webmail/',<br /> 'kolabsecret' => 'followthewhiterabbit',</p>
<p><br />require_once(dirname(__FILE__).'/../apps/user_external/lib/imap.php'),<br /> 'user_backends' => <br /> array (<br /> 0 =><br /> array (<br /> 'class' => 'OC_User_IMAP',<br /> 'arguments' => <br /> array (<br /> 0 => '{xxxx.domain:143/imap/notls}INBOX',<br /> ),<br /> ),<br /> ),</p>
<p>);</p>
<p>-------------------------------------------------------------------------------------------------------------</p>
<p><?php</p>
<p>// ownCloud URL<br />$rcmail_config['owncloud_url'] = 'https://xxxx.domain:10036/owncloud/';</p>
<p>// authentication exchange secret<br />// has to be the same as the value for 'kolabsecret' in owncloud config<br />$rcmail_config['owncloud_secret'] = 'followthewhiterabbit';</p>
<p>--------------------------------------------------------------------------------------------------------</p>
<p> </p>
<p>What i am doing wrong ?</p>
<p> </p>
<p>Regards</p>
<div> </div>
</body></html>