<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Texte de bulles Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.TextedebullesCar
        {mso-style-name:"Texte de bulles Car";
        mso-style-priority:99;
        mso-style-link:"Texte de bulles";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=FR link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’ve installed OWNCLOUD5 on a testing server.<o:p></o:p></p><p class=MsoNormal>I want to use owncloud for sharing an FTP server, so I want auth users from my ftp server and permit storage on the home directory of users on this server.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I enable APPS « external storage support » and « external user support ».<o:p></o:p></p><p class=MsoNormal>In admin interface I can see a line to add an external strorage , but nothing to setup external users.<o:p></o:p></p><p class=MsoNormal>First question, Is it normal ?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I Try to manually change config.php to add the auth from my ftp server.<o:p></o:p></p><p class=MsoNormal>My config.php file is provided bellow.<o:p></o:p></p><p class=MsoNormal>With these lines, I had this error : <br>Error       core       User backend OC_User_FTP not found.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I don’t understand how to add ftp auth and I can only find the link bellow to help me, and I have do that <span style='font-family:Wingdings'>J</span><br><a href="http://doc.owncloud.org/server/5.0/admin_manual/custom_user_backend.html">http://doc.owncloud.org/server/5.0/admin_manual/custom_user_backend.html</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is there someone who has solved this problem and can help me ?<o:p></o:p></p><p class=MsoNormal>When I successfully setup ftp auth, I will try how to use ftp storage, but first step auth…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><?php<o:p></o:p></p><p class=MsoNormal>$CONFIG = array (<o:p></o:p></p><p class=MsoNormal>  'instanceid' => '5150048854d5e',<o:p></o:p></p><p class=MsoNormal>  'passwordsalt' => 'fa3eacb927ba7d73a8f58786d82cf7',<o:p></o:p></p><p class=MsoNormal>  'datadirectory' => '/var/www/websites/owncloud5/data',<o:p></o:p></p><p class=MsoNormal>  'dbtype' => 'mysql',<o:p></o:p></p><p class=MsoNormal>  'version' => '5.0.0',<o:p></o:p></p><p class=MsoNormal>  'dbname' => 'owncloud5',<o:p></o:p></p><p class=MsoNormal>  'dbhost' => 'localhost',<o:p></o:p></p><p class=MsoNormal>  'dbtableprefix' => 'oc_',<o:p></o:p></p><p class=MsoNormal>  'dbuser' => 'owncloud',<o:p></o:p></p><p class=MsoNormal>  'dbpassword' => ' ?????????',<o:p></o:p></p><p class=MsoNormal>  'installed' => true,<o:p></o:p></p><p class=MsoNormal>  'user_backends' =><o:p></o:p></p><p class=MsoNormal>  array (<o:p></o:p></p><p class=MsoNormal>    0 =><o:p></o:p></p><p class=MsoNormal>    array (<o:p></o:p></p><p class=MsoNormal>      'class' => 'OC_User_FTP',<o:p></o:p></p><p class=MsoNormal>      'arguments' =><o:p></o:p></p><p class=MsoNormal>      array (<o:p></o:p></p><p class=MsoNormal>        0 => ' ???. ???. ??. ??',<o:p></o:p></p><p class=MsoNormal>      ),<o:p></o:p></p><p class=MsoNormal>    ),<o:p></o:p></p><p class=MsoNormal>  ),<o:p></o:p></p><p class=MsoNormal>  'loglevel' => '1',<o:p></o:p></p><p class=MsoNormal>);<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Best regards<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Laurent<span lang=EN-GB style='font-size:12.0pt;font-family:"Times New Roman","serif";color:navy'><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>