[horde] avoiding horde login

Liam Hoekenga liamr at umich.edu
Sat Aug 3 21:23:35 PDT 2002


> Liam - Gollem now allows guest access, if you've turned it on in
> registry.php. I haven't tested this fully, so you'll have to play around
> and see how things like file permissions/owner/etc. work out.

Chuck -

I've got guest access turned on, and horde still wants you to log in:

$this->applications['gollem'] = array(
    'fileroot' => dirname(__FILE__) . '/../gollem',
    'webroot' => $this->applications['horde']['webroot'] . '/gollem',
    'icon' => $this->applications['horde']['webroot'] .
        '/gollem/graphics/gollem.gif',
    'name' => _("File Manager"),
    'allow_guests' => true,
    'show' => true
);

liam



More information about the horde mailing list