[gollem] hordeauth backend option broken?
AJ
aj at mindcrash.com
Mon Jul 21 09:38:18 PDT 2003
Hi, just CVS'd the latest HEAD snapshot and it appears hordeauth does not
work anymore..
My backends.php:
$backends['ftp'] = array(
'name' => 'File Manager',
'driver' => 'ftp',
'preferred' => '',
'params' => array('hostspec' => '127.0.0.1',
'port' => 21),
'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
// $backends['hordeftp'] = array(
// 'name' => 'File Manager',
// 'driver' => 'ftp',
// 'preferred' => '',
// 'hordeauth' => true,
// 'params' => array('hostspec' => '127.0.0.1',
// 'port' => 21),
// 'attributes' => array('type', 'name', 'download', 'modified', 'size')
// );
The top entry works, and prompt for username and password, but the bottom
does not, gives a login failed, and the FTP server logs show the same.
I just CVS'd the latest HEAD of horde, imp and gollem.
I use imp as my authentication for horde.. Any ideas?
Thanks.
AJ
More information about the gollem
mailing list