[gollem] gollem with Hordeauth login hang

=?big5?b?sWmofaTl?= david at tmv.gov.tw
Thu Apr 15 02:39:26 PDT 2004


Hi there:
Horde 3.0 cvs + gollem 1.0 cvs
ENV: http://210.241.49.68/horde.beta/test.php

Gollem login with hordeauth works great for me,but since serveral months ago it
doesn't.

Here is my backend.php,and my ftp server is wu-ftpd wu-2.6.2 tarball version
============================================================================
// This backend uses Horde credentials to automatically log in.
$backends['hordeftp'] = array(
    'name' => 'WWW Server',
    'driver' => 'ftp',
    'preferred' => '',
    'hordeauth' => true,
    'params' => array(
        // The hostname/IP Address of the FTP server
        'hostspec' => 'www.tmv.gov.tw',
        // The port number of the FTP server
        'port' => 21,
        // Use passive mode?
        'pasv' => false
    ),
    'attributes' => array('type', 'name', 'download', 'modified', 'size', 'permi
ssion', 'owner', 'group')
);

Here is conf.php
===============================================================================
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: gollem/config/conf.xml,v 1.4 2004/04/02 18:41:18 chuck Exp $
$conf['manager']['date_format'] = '%x';
$conf['menu']['apps'] = array();
$conf['backend']['backend_list'] = 'shown';
$conf['backend']['change_server'] = false;
$conf['backend']['change_port'] = false;

And here is what wu-ftpd server says in /var/log/messages:
===============================================================================
Apr 15 17:09:14 www ftpd[14443]: USER txg16
Apr 15 17:09:14 www ftpd[14443]: PASS password
Apr 15 17:09:14 www ftp(pam_unix)[14443]: check pass; user unknown
Apr 15 17:09:14 www ftp(pam_unix)[14443]: authentication failure; logname= uid=0
euid=0 tty= ruser= rhost=tmv.gov.tw
Apr 15 17:09:14 www ftpd: tmv.gov.tw: txg16: SYST
Apr 15 17:09:14 www ftpd: tmv.gov.tw: txg16: PWD
Apr 15 17:09:14 www ftpd: tmv.gov.tw: txg16: CWD /home/pub/txg16
Apr 15 17:09:14 www ftpd: tmv.gov.tw: txg16: PORT 210,241,49,68,213,120
Apr 15 17:09:14 www ftpd: tmv.gov.tw: txg16: LIST -al
Apr 15 17:09:15 www ftpd: tmv.gov.tw: txg16: CWD /home/pub/txg16
Apr 15 17:10:26 www ftp(pam_unix)[14470]: check pass; user unknown
Apr 15 17:10:26 www ftp(pam_unix)[14470]: authentication failure; logname= uid=0
 euid=0 tty= ruser= rhost=tmv.gov.tw
Apr 15 17:10:26 www ftpd: tmv.gov.tw: txg16



More information about the gollem mailing list