[Tickets #1008] VFS file backend's root and home getting set to the
same thing
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Dec 29 23:00:53 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1008
-----------------------------------------------------------------------
Ticket | 1008
Updated By | Michael Slusarz <slusarz at mail.curecanti.org>
Summary | VFS file backend's root and home getting set to the same thing
Queue | Gollem
State | Assigned
Priority | 1. Low
Type | Bug
Owners | Michael Slusarz
-----------------------------------------------------------------------
Michael Slusarz <slusarz at mail.curecanti.org> (2004-12-29 23:00) wrote:
'vfsroot' has nothing to do with Gollem - this is a VFS parameter. Sounds
like you need the following:
$backends['vfs'] = array(
'root' = '/afs/umich.edu',
'params' = array(
'vfsroot' = 'foo',
'home' = 'foo2'
)
);
Does this work the way you are expecting?
More information about the bugs
mailing list