[gollem] user can read all dirs

Chuck Hagenbuch chuck at horde.org
Wed Apr 9 13:09:36 PDT 2003


Quoting Markus Krause <krause at biochem.mpg.de>:

> ok, you can find it atached my gollem/config/backends.php to this email.
> iirc the things i changed:
> - emptied all ftp-server entries
> - edited $backends['file']

It doesn't look like you actually removed the other entries; I'd do so.

> btw: is it possible to switch directly to the "virtual home directories
> page" without selecting an ftp-server (because i do not have another)

See above; if you're not using those other backends, don't leave them in the
config file. If there's only one backend configured, Gollem will use it
automatically.

$backends['file'] = array(
    'name' => 'Virtual Home Directories',
    'driver' => 'file',
    'preferred' => 'voodoo.biochem.mpg.de',
    'params' => array('vfsroot' => '/var/www/horde-vfs-home/',
                      'home' => Auth::getAuth())
);

Change 'vfsroot' to '/var/www/horde-vfs-home/' . Auth::getAuth() and remove
'home', and users will be locked in their own dir.

-chuck

--
Charles Hagenbuch, <chuck at horde.org>
"... It is not more light we need, but more warmth! We die of cold, not of
darkness. It is not the night that kills, but the frost." - Miguel de
Unamuno


More information about the gollem mailing list