[gollem] Pass common set of credentials to Gollem
Jeff Graves
jeff at image-src.com
Wed Feb 19 14:15:33 PST 2003
I want to pass a common set of credentials to gollem so that all users
already authenticated in horde, log on to my FTP server using the same
user/pass combination. Where/How do I set this? I tried modifying
backends.php to this:
$backends['hordeftp'] = array(
'name' => 'FTP Server',
'driver' => 'ftp',
'preferred' => '',
'params' => array('hostspec' => 'ftp.image-src.com',
'port' => 21,
'user' => 'username',
'password' => 'password')
);
But it didn't take. I looked in credentials.php and tried adding this:
$credentials['username'] = array(
'type' => 'text',
'desc' => _("Username"),
'params' => 'username');
$credentials['password'] = array(
'type' => 'password',
'desc' => _("Password"),
'params' => 'password');
But that didn't do it either. I think I'm just messing up syntax
somewhere...
Jeff Graves
Customer Support Engineer
Image Source, Inc.
10 Mill Street
Bellingham, MA 02019
jeff at image-src.com - Email
508.966.5200 X31 - Phone
508.966.5170 - Fax
More information about the gollem
mailing list