[horde] avoiding horde login

Liam Hoekenga liamr@umich.edu
Mon Aug 5 05:24:13 PDT 2002


> Okay, time to backtrack... you have the latest CVS?

completely fresh CVS installation from friday (8/2/02) noonish.

> You have 'allow_guests' true for Gollem in registry.php?

Yes, "registry.php" line 64 of 215:

	$this->applications['gollem'] = array(
		'fileroot' => dirname(__FILE__) . '/../gollem',
		'webroot' => $this->applications['horde']['webroot'] . '/gollem',
		'icon' => $this->applications['horde']['webroot'] .
			'/gollem/graphics/gollem.gif',
		'name' => _("File Manager"),
		'allow_guests' => true,
		'show' => true
	);

> And you see which login screen?

the horde login screen:

                                                           Horde :: Horde
Login

                             Welcome to Horde
                       Username  ____________________
                       Password  ____________________
                                        Log in


Gollem is configured to use the "file" VFS extension:

	$pwinfo = posix_getpwnam($_SERVER['REMOTE_USER']);
	$backends['localfile'] = array(
		'name' => 'Local File System',
		'driver' => 'file',
		'params' => array('vfsroot' => $pwinfo['dir']));

tho, it also does it if I use the FTP backend.

Liam



More information about the horde mailing list