[gollem] problem with backends?
dhottinger at harrisonburg.k12.va.us
dhottinger at harrisonburg.k12.va.us
Sat Mar 17 13:45:44 UTC 2007
Im trying to setup file manager so that users see two different
entries under file manager that are on the same server. My backend
connects via ftp to the server. The user has a home folder on the
server that is used for personal file storage and webpages. Files put
in personal_files are not visible via the web. So under file manager
they have an entry that says: staff webspace and personal_files. I
have this defined in backends.php as follows:
// This backend uses Horde credentials to automatically log in.
$backends['personal_files'] = array(
'name' => 'My Personal Files',
'driver' => 'ftp',
'preferred' => '',
'hordeauth' => true,
'params' => array('hostspec' => 'staff.harrisonburg.k12.va.us',
'port' => 21),
'root' => 'personal_files',
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
// This backend uses Horde credentials to automatically log in.
$backends['staff_web'] = array(
'name' => 'My Staff Web Space',
'driver' => 'ftp',
'preferred' => '',
'hordeauth' => true,
'params' => array('hostspec' => 'staff.harrisonburg.k12.va.us',
'port' => 21),
'root' => '',
'attributes' => array('type', 'name', 'download', 'modified', 'size')
// 'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);
Both My Staff Web Space and My Personal Files show up fine. However
when clicking on My Personal Files user gets a login button. When
clicking login button they are just taken back to the same screen.
When clicking on My staff webspace listing of all the files in /home
including personal_files. The error message I see in my error_log is
follows:
[Sat Mar 17 09:34:33 2007] [error] [client 64.203.189.54] PHP 1.
{main}() /var/www/horde/gollem/redirect.php:0, referer:
http://webmail.harrisonburg.k12.va.us/horde/gollem/login.php?username=dhottinger&port=21&logout_reason=message&logout_msg=Backend+Configuration+Error%3A+Home+directory+not+below+root.&backend_key=personal_files&autologin_fail=1
It looks like gollem isnt sending the credentials for the
personal_files to the ftp server. Ive looked over all my config files
and cant figure out what the issue is. This worked ok on our older
version of horde. Im running:
Horde 3.1.1, File Manager H3 1.0.2, imp H3 4.1.3.
thanks,
ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools
More information about the gollem
mailing list