<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 2, 2013 at 10:18 PM, Otto Kekäläinen <span dir="ltr"><<a href="mailto:otto@seravo.fi" target="_blank">otto@seravo.fi</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br><br>
I have a Linux server with 35 users, each who have their files in<br>
/home/domain/username/data/*.<br>
<br>
How can I configure OwnCloud so that each user who logs into OwnCloud<br>
would be able to see the files in their home directory?<br>
<br>
At the moment the files of each user are in<br>
/var/www/owncloud/username/files. I cannot simply point this files as<br>
a symlink to the home directory, as the OwnCloud PHP process is run as<br>
user www-data.<br>
<br>
Is there some way to re-use the user log in credentials to auto-mount<br>
the user home directory via sftp or something at login time?<br></blockquote><div><br></div><div>Hi, maybe you can try using webdav access with davfs2 and autofs. Following site can give some idea:</div><div><br></div><div>
<a href="http://www.matrix44.net/blog/?p=1048">http://www.matrix44.net/blog/?p=1048</a><br></div><div><br></div><div>Alternatively, again with webdav access, you can have dolphin or nautilus point to this webdav share, or mount it with fuse with startup script that runs at each user logon.</div>
<div><br></div><div>that being said, a sync solution as mentioned with Craig might be the best...</div><div><br></div><div>Br,</div><div>Emre</div></div></div></div>