[#1597] backend not readable -> gollem loops
Summary backend not readable -> gollem loops
Queue Gollem
Type Bug
State Resolved
Priority 1. Low
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester blackm (at) ferris (dot) dyndns (dot) info
Created 03/21/2005 (1256 days ago)
Due
Updated 03/22/2005 (1255 days ago)
Assigned
Resolved 03/22/2005 (1255 days ago)
Attachments
Milestone
Patch No

History
03/22/2005 Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
03/21/2005 Chuck Hagenbuch Assigned to Michael Slusarz
 
03/21/2005 blackm (at) ferris (dot) dyndns (dot) info Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ backend not readable -> gollem loops
Queue ⇒ Gollem
Reply to this comment
I use gollem CVS (cecked out today). I have the following backend:

$backends['file'] = array(
     'name' => 'Virtual Home Directories',
     'driver' => 'file',
     'preferred' => '',
     'params' => array(
         'vfsroot' => '/var/horde',
         'home' => 'all_user'
     ),
     'attributes' => array('type', 'name', 'download', 'modified', 'size')
);

/var/horde was not readable for the user running the webserver. I 
tryed to access the Filemanager, but this ends in a look. The 
webserver's logfile say (this two lines repeat) :

192.168.150.10 - - [21/Mar/2005:18:37:40 +0100] "GET 
/~blackm/h/gollem/manager.php HTTP/1.1" 302 38 
"https://ferris.dyndns.info/~blackm/h/services/portal/sidebar.php
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 
Debian/1.7.5-1"
192.168.150.10 - - [21/Mar/2005:18:37:41 +0100] "GET 
/~blackm/h/gollem/login.php?selectlist_login=1&url=https%3A%2F%2Fferris.dyndns.info%2F%7Eblackm%2Fh%2Fgollem%2Fmanager.php HTTP/1.1" 302 38 "https://ferris.dyndns.info/~blackm/h/services/portal/sidebar.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 
Debian/1.7.5-1"

A test if the backend is readable and a message like "backend not 
readable" would be fine :-)