Summary | accessing files 1. time after login does not work |
Queue | Gollem |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | blackm (at) ferris (dot) dyndns (dot) info |
Created | 04/13/2005 (7361 days ago) |
Due | |
Updated | 04/27/2005 (7347 days ago) |
Assigned | 04/14/2005 (7360 days ago) |
Resolved | 04/27/2005 (7347 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
'vfsroot' sets the VFS object to the base of the VFS root tree.
'root' then sets the Gollem root *within* that vfsroot.
#1641'home' is static path....And if it would be relativ, isn't 'all_user' more relative then
'/all_user'? Because 'home' => 'all_user' was working for me until
march 23....
BTW: 'home' => '/all_user' is working
State ⇒ Feedback
/var/horde/var/horde/all_user but /var/horde/all_user. In that case,
your 'home' directory should probably be '/all_user' since the home
will be relative to the VFS root.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ accessing files 1. time after login does not work
Queue ⇒ Gollem
open gollem the first time after login in into horde. I get the
following error:
Cannot create home directory: Access denied to folder "".
Permission denied to folder "/var/horde/all_user": Not a directory
When I click on the [Root] link I can see and access my files without
any problems. I see this problem on two boxes, both with a fresh cvs
version.
By backend:
$backends['file'] = array(
'name' => 'Virtual Home Directories',
'driver' => 'file',
'preferred' => '',
'params' => array(
'vfsroot' => '/var/horde/',
'home' => '/var/horde/all_user'
),
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);