Re: FTP Backend root
Chris <[email protected]>
| Newsgroups | gmane.comp.horde.gollem |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael.
Thanks for the help.
I have tried this suggestion, and I get the same exact problem.
Here is how that portion of my backends.php looks now:
'root' => '/home/' . Auth::getAuth() . '/gollem',
// 'home' => './gollem',
// 'createhome' => false,
'permissions' => '750',
// 'filter' => '^regex$',
// 'quota' => true,
'clipboard' => true,
The gollem dir definitely exists, and the perms are good. If I
comment out the 'root' line, it works, but it takes me one dir above
my gollem dir (straight into the user's homedir, where they can delete
things they shouldn't touch).
Any other suggestions?
Thanks.
Chris
Quoting Michael M Slusarz <[email protected]>:
> Quoting Chris <[email protected]>:
>
>> Hello again.
>>
>> I have decided to give using the FTP backend a try. I am using the
>> 'hordeftp' configuration as my base.
>>
>> I don't want users accidentally deleting things they don't understand
>> in their home directories. So, I want the gollem root to be ~/gollem.
>> That way they can't back out and do something they might regret.
>>
>> I have tried:
>> 'root' => 'gollem',
>> 'root' => './gollem',
>> 'root' => '~/gollem',
>> 'root' => '/gollem',
>
> Try:
> //'root' => '/home/' . Auth::getAuth() . '/gollem'
>
> Also make sure the gollem directory exists.
>
>
> ___________________________________
> Michael Slusarz [[email protected]]
> --
> Gollem mailing list - Join the hunt: http://horde.org/bounties/#gollem
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: [email protected]
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
Gollem mailing list - Join the hunt: http://horde.org/bounties/#gollem
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]