[gollem] sql backend
alan walters
alan at eudaemony.org
Fri Oct 29 14:29:19 PDT 2004
i have the following in backends.php
// SQL Example.
$backends['sql'] = array(
'name' => 'SQL Server',
'driver' => 'sql',
'preferred' => '',
'params' => array(
// The SQL connection parameters. See horde/config/conf.php for
// descriptions of each parameter.
'phptype' => 'mysql',
'hostspec' => 'localhost',
'database' => 'horde',
'username' => 'horde',
'password' => 'horde',
// The SQL table containing the VFS. See the horde/scripts/db
// directory for examples.
'table' => 'horde_vfs'
),
'attributes' => array('type', 'name', 'download', 'modified', 'size',
'permission', 'owner', 'group')
);
and the following in config php.
<?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'] = 'hidden';
$conf['backend']['change_server'] = false;
$conf['backend']['change_port'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
i am running 22/10/04 head i tryed 28/10/04 head as well same resullt. i
come to the gollem login prompt(no username password option) just an ok
option which does nothing no errors in horde.log. my username is
user at domain.com???
any ideas all other modules are perfect
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.783 / Virus Database: 529 - Release Date: 10/25/2004
More information about the gollem
mailing list