[gollem] Pass common set of credentials to Gollem
Eric Rostetter
eric.rostetter at physics.utexas.edu
Wed Feb 19 17:59:37 PST 2003
Quoting Jeff Graves <jeff at image-src.com>:
> 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:
What version of Gollem? In the CVS HEAD (is there any other version?)
I just set the 'hordeauth' flag to true, and bingo I'm in... Something
like:
$backends['ftp'] = array(
'name' => 'FTP Server',
'driver' => 'ftp',
'preferred' => '',
'hordeauth' => true,
'params' => array('hostspec' => 'localhost',
'port' => 21));
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the gollem
mailing list