[horde] horde first start
    Etienne Goyer 
    etienne.goyer at linuxquebec.com
       
    Wed Sep 17 14:06:00 PDT 2003
    
    
  
On Wed, Sep 17, 2003 at 09:34:27PM +0100, richard at norton-hall.co.uk wrote:
> I have tried alternating between preferences driver none and sql.
                                   ^^^^^^^^^^^
This is where your problem is.  You probably have
    $conf['prefs']['driver'] = 'sql';
while you should have 
    $conf['auth']['driver'] = 'sql';
           ^^^^
It's a different section of horde.php.  You need to have both a prefs
driver and an auth driver.  If you would prefer to use IMP for 
authentication (to IMAP, most likely), read the comment.
Anyway, that's my guess ...
-- 
Etienne Goyer                    Linux Québec Technologies Inc.
http://www.LinuxQuebec.com       etienne.goyer at linuxquebec.com
    
    
More information about the horde
mailing list