6.0.0-beta1
9/12/25

[#735] not possible to select another backend
Summary not possible to select another backend
Queue Gollem
Type Bug
State Resolved
Priority 3. High
Owners slusarz (at) horde (dot) org
Requester tobias.nix (at) gmail (dot) com
Created 10/28/2004 (7624 days ago)
Due
Updated 03/18/2005 (7483 days ago)
Assigned 12/07/2004 (7584 days ago)
Resolved 03/18/2005 (7483 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/18/2005 06:42:44 AM Michael Slusarz Comment #10
State ⇒ Resolved
Reply to this comment
Implemented.
03/17/2005 06:09:14 AM Michael Slusarz Comment #9
Priority ⇒ 3. High
Reply to this comment
Bug 808 will be implemented when this gets coded, since the list of 
backends already generated in base.php is filtered by the user's 
permissions.



This functionality is the last remaining hold-up that I can see before 
Gollem 1.0 can be released.
12/07/2004 11:31:22 PM Chuck Hagenbuch State ⇒ Assigned
 
11/19/2004 04:19:18 PM Michael Slusarz Comment #8 Reply to this comment
I will take a look at the issue Jan brought up shortly.  My eventual 
goal is to have something akin to the IMP drop-down folder menu in 
Gollem that will allow a user to switch backends.  If a particular 
backend has not been authenticated yet, then the user will be 
redirected to the login page.  This will allow us to get rid of the 
"Change server" menu button.



I do apologize to everyone for making this Gollem authentication stuff 
a bit broken.  However, the auth code really needed to be brought 
inline with how we do authentication elsewhere so this was my 
motivation.  The biggest issue has been that the application I ripped 
most of the code out of (IMP) does not have to deal with multiple 
backends that 1) are open simultaneously, 2) deal with logins via the 
VFS class, and 3) deal with backends that don't require authentication 
at all.  Bear with me as I sort all of this out.
11/18/2004 10:49:54 AM Jan Schneider Comment #7 Reply to this comment
I still don't get the icon to change servers if none of the backends 
need authentication, e.g. if I have a hordeauth FTP backend, an SQL 
backend, and a file backend.
11/18/2004 07:28:00 AM tobias (dot) nix (at) gmail (dot) com Comment #6 Reply to this comment
its working now. thx.
11/18/2004 05:55:55 AM Michael Slusarz Comment #5
State ⇒
Reply to this comment
How about now?
11/17/2004 05:15:35 PM tobias (dot) nix (at) gmail (dot) com Comment #4 Reply to this comment
it is still not possible to switch between the backends.



my backend.php file looks like this:



$backends['incoming'] = array(

     'name' => 'incoming',

     'driver' => 'file',

     'preferred' => '',

     'params' => array(

         'vfsroot' => '/home/vfs/incoming/',

     ),

     'attributes' => array('type', 'name', 'download', 'modified', 
'size', 'permission', 'owner', 'group')

);





$backends['storage'] = array(

     'name' => 'storage',

     'driver' => 'file',

     'preferred' => '',

     'params' => array(

         'vfsroot' => '/home/vfs/storage/',

     ),

     'attributes' => array('type', 'name', 'download', 'modified', 
'size', 'permission', 'owner', 'group')

);



the strange thing is, if i add one of this example entries like



$backends['ftp'] = array(

     'name' => 'FTP Server',

     'preferred' => '',

     'driver' => 'ftp',

     'params' => array(

         // The hostname/IP Address of the FTP server

         'hostspec' => 'ftp.example.com',

         // The port number of the FTP server

         'port' => 21,

         // Use passive mode?

         'pasv' => false,

         // Hide all files that match this regex

         // 'filter' => '^regex$'

     ),

     'attributes' => array('type', 'name', 'download', 'modified', 
'size', 'permission', 'owner', 'group')

);





it is possible to choose. maybe there is something wrong with my config?




11/08/2004 06:09:52 AM Michael Slusarz Comment #3
State ⇒ Resolved
Reply to this comment
This has been fixed.
10/30/2004 01:45:14 AM Chuck Hagenbuch Comment #2
Assigned to Michael Slusarz
State ⇒ Assigned
Reply to this comment
Giving to Michael. I haven't looked at Gollem in a while and there 
seem to be a number of issues right now. I can look at it eventually 
if Michael can't or if we need to get Gollem in shape for a beta.



(I can't get as far as choosing a backend, so I'm not much use on this one)
10/28/2004 05:03:04 PM tobias (dot) nix (at) gmail (dot) com Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ not possible to select another backend
Queue ⇒ Gollem
State ⇒ Unconfirmed
Reply to this comment
After choosing a backend it is not possible

to change the backend. This is only possible

after login in again.


Saved Queries