6.0.0-beta1
7/27/25

[#2908] [gollem] backend: root & home & createhome
Summary [gollem] backend: root & home & createhome
Queue Gollem
Queue Version 1.0
Type Bug
State Not A Bug
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester damico (at) ipl (dot) lu
Created 11/03/2005 (7206 days ago)
Due
Updated 11/09/2005 (7200 days ago)
Assigned 11/03/2005 (7206 days ago)
Resolved 11/03/2005 (7206 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/09/2005 04:18:12 PM damico (at) ipl (dot) lu Comment #3 Reply to this comment
Duplicate of Bug 2603.
Thank you for your help. Where can I find HEAD and 1.0.1. ?



Thanks,

Marco
11/03/2005 06:26:09 PM Michael Slusarz Comment #2
State ⇒ Not A Bug
Reply to this comment
Duplicate of Bug 2603.
11/03/2005 04:13:59 PM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
11/03/2005 03:49:27 PM damico (at) ipl (dot) lu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ [gollem] backend: root & home & createhome
Queue ⇒ Gollem
Reply to this comment
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

Saved Queries