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

Rodolfo Segleau segleaur@mechanus.org
Fri, 16 Aug 2002 00:05:53 -0500


Alrighty then. Got the local SQL VFS system to work without a problem once 
everything was set.

Now I've got an interesting issue here (and I think it's due to how Horde is 
currently handling the logons). I've got two FTP servers in the network. One 
that is local to the Horde installation and another one of the network called 
outlands. Neither of them are authenicating against Gollem. I believe that the 
Horde Framework is adding the domain (mechanus.org) to the user name, which 
neither of the FTPs are setup to handle. They user strictly the username to 
authenticate against. 
Note that most of the users that are on the Horde framework do not have 
accounts created on outlands (the main ftp server) and they will require to log 
on as anonymous (which will cause problems if the domain is added). 

First, is this what is happening or am I missing some other configuration 
parameter that is undocumented right now?

Below are the errors from horde.log to give you a better idea of what's 
happening. 

Aug 15 23:53:12 HORDE [error] [gollem] Connection to ftp server failed. [on 
line 88 of "/var/www/horde/gollem/lib/Gollem.php"]
Aug 15 23:53:13 HORDE [info] [gollem] 66.19.185.194 failed [on line 54 
of "/var/www/horde/gollem/login.php"]
Aug 15 23:53:20 HORDE [error] [gollem] Connection to ftp server failed. [on 
line 88 of "/var/www/horde/gollem/lib/Gollem.php"]
Aug 15 23:53:21 HORDE [info] [gollem] 66.19.185.194 failed [on line 54 
of "/var/www/horde/gollem/login.php"]
Aug 15 23:55:30 HORDE [info] [gollem] 66.19.185.194 login [on line 54 
of "/var/www/horde/gollem/login.php"]
Aug 15 23:55:32 HORDE [error] [gollem] Connection to ftp server failed. [on 
line 88 of "/var/www/horde/gollem/lib/Gollem.php"]
Aug 15 23:55:33 HORDE [info] [gollem] 66.19.185.194 failed [on line 54 
of "/var/www/horde/gollem/login.php"]



Cheers, 

Rodolfo