[Tickets #2908] NEW: [gollem] backend: root & home & createhome
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Nov 3 07:49:27 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2908
-----------------------------------------------------------------------
Ticket | 2908
Created By | damico at ipl.lu
Summary | [gollem] backend: root & home & createhome
Queue | Gollem
Version | 1.0
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
damico at ipl.lu (2005-11-03 07:49) wrote:
Hi,
I use HORDE 3.0.6 and GOLLEM 1.0. I implemented the ftp driver as
golem-backend. This works perfectly. Each user is redirected in its
ftp-root. What I want to do now is to hide this root and create a new
root-folder specific for gollem. In order to do this I set 'createhome'
to true and set 'home' to '/gollemroot'. This also works. If the folder
doesn't exist it is created and the user is positioned in this folder.
The problem is that the user is able to switch to the [root]-folder and
I don't want this. To solve this I decide to use the 'root' property. I
set the 'root' to '/gollemroot' just like the 'home' property but this
generate an error (BLANK page). The error just happens if the folder
doesn't exist. It seems that the system want to move to the root folder
before the createhome&home had time to create the folder.
//'root' => '/gollemroot',
//if commented like this it works but the user can see the root
//if uncommented -> ERROR blank page
'home' => '/gollemroot',
'createhome' => true,
What can I do to solve this problem?
Thanks,
Marco
More information about the bugs
mailing list