[gollem] Multiple file servers possible?

Andrew Watkins andrew at dcs.bbk.ac.uk
Mon Apr 25 11:59:49 UTC 2016


On 04/25/16 11:27, Jan Schneider wrote:
>
> Zitat von Andrew Watkins <andrew at dcs.bbk.ac.uk>:
>
>> On 04/25/16 08:26, Jan Schneider wrote:
>>>
>>> Zitat von Andrew Watkins <andrew at dcs.bbk.ac.uk>:
>>>
>>>> Hi,
>>>>
>>>> I just started playing with gollem and playing with it and it looks 
>>>> good, but are you allowed to have couple of servers. I have seen 
>>>> past comments on the list but they haven't helped.
>>>>
>>>> I have got SMB and FTP working but only one at a time, so to test I 
>>>> thought I would try to access 2 ftp servers, but only one appears?
>>>> Yes! I have given then different keys. If I disable one then the 
>>>> other one appears, so I know syntax is correct. Do I need to alter 
>>>> another configuration file (may be in the horde/config?)
>>>>
>>>> $backends['ftpa']['disabled'] = false;
>>>> $backends['ftpa']['name'] = 'www Server';
>>>> $backends['ftpa']['driver'] = 'ftp';
>>>> $backends['ftpa']['hordeauth'] = true;
>>>> $backends['ftpa']['params']['hostspec'] = 'localhost';
>>>> $backends['ftpa']['params']['port'] = 21;
>>>> $backends['ftpa']['params']['pasv'] = false;
>>>> $backends['ftpa']['attributes'] = array(
>>>>        'type',
>>>>        'name',
>>>>        'edit',
>>>>        'download',
>>>>        'modified',
>>>>        'size',
>>>>        'permission',
>>>>        'owner',
>>>>        'group'
>>>> );
>>>>
>>>> $backends['ftpb']['disabled'] = false;
>>>> $backends['ftpb']['name'] = 'titan Server';
>>>> $backends['ftpb']['driver'] = 'ftp';
>>>> //$backends['ftp']['hordeauth'] = false;
>>>> $backends['ftpb']['hordeauth'] = true;
>>>> $backends['ftpb']['params']['hostspec'] = 'titan';
>>>> $backends['ftpb']['params']['pasv'] = false;
>>>> $backends['ftpb']['params']['port'] = 21;
>>>> $backends['ftpb']['attributes'] = array(
>>>>        'type',
>>>>        'name',
>>>>        'edit',
>>>>        'download',
>>>>        'modified',
>>>>        'size',
>>>>        'permission',
>>>>        'owner',
>>>>        'group'
>>>> );
>>>>
>>>> Thanks,
>>>>
>>>> -- 
>>>> Andrew Watkins * Birkbeck, University of London * Computer Science *
>>>> * http://notallmicrosoft.blogspot.com *
>>>> * UKOUG Systems SIG Chair * formaly Solaris SIG *
>>>> * UKOUG Systems Event 2016 committee *
>>>> * UKOUG Tech committee *
>>>
>>> You get the different available backends in the left menu.
>>>
>> Nothing appearing. That is why do I have to alter any other 
>> configuration files.
>>
>> Left Hand side:
>> "+ Create Folder"
>> "Start Folder"
>>
>> Top Menu:
>> Mail, Address Book, Tasks, Notes, Others, "File Manager"
>>
>> Also, i do not see any log on active on the 2nd ftp server. Horde 
>> seems to ignore the 2nd entry what ever it is!
>>
>> Thanks,
>>
>> Andrew
>
> Make sure you don't have permissions enabled for Gollem backends on 
> the Horde administration page.
>
FIXED!
To get then to appear on left hand side you need to set

$conf['backend']['backend_list'] = 'shown';

Naturally do it via the administration screens.

Thanks,

Andrew

-- 
Andrew Watkins * Birkbeck, University of London * Computer Science *
* http://notallmicrosoft.blogspot.com *
* UKOUG Systems SIG Chair * formaly Solaris SIG *
* UKOUG Tech committee *



More information about the gollem mailing list