[gollem] login.php, backend.php & lib/Gollem.php - login failure on ftp

Rodolfo Segleau segleaur@mechanus.org
Tue, 20 Aug 2002 22:06:32 -0500


> ----- Message from chuck@horde.org ---------
>     Date: Mon, 19 Aug 2002 18:11:32 -0400
>     From: Chuck Hagenbuch <chuck@horde.org>
> Reply-To: Chuck Hagenbuch <chuck@horde.org>
>  Subject: Re: [gollem] login.php, backend.php & lib/Gollem.php - login 
failure on ftp
>       To: gollem@lists.horde.org
> 
> 
> Quoting Rodolfo Segleau <segleaur@mechanus.org>:
> 
> > Is their a way to make Gollem not add the @mechanus.org to the user name
> > when trying to log on to the FTP servers?
> 
> Yes:
> http://cvs.horde.org/diff.php/gollem/lib/Gollem.php?
> r1=1.60&r2=1.61&ty=u&Horde=97c4c3e63cc1f28456d2411eeaf992e1
> 
> -chuck
> 
I've compared this diff to what I have (should of done this before I did the 
CVS update), but it's now the same. Also, backends.php.dist was also updated 
with the hordeauth param. To connect to the main FTP server, this is what's in 
the $backend['ftp']=array():

$backends['ftp'] = array(
    'name' => 'Outlands FTP Server',
    'preferred' => '',
    'driver' => 'ftp',
    'hordeauth' => false,
    'params' => array('hostspec' => 'ftp.mechanus.org',
                      'port' => 21));

I tail -f the horde.log, and still get the same errors in the exact same 
places. If I try to log on to the ftp server through anything else, it works 
with the right user. (Now there's something funny with the wu-ftp since it's 
not logging anything, but this is a config issue (guess someone touched it 
without telling me ;-) )). 
Is this right?


Cheers, 

Rodolfo